#8ac743

Color #8AC743 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8AC743

Tints of Atlantis #8AC743

Color information

#8AC743 (or 0x8AC743) is unknown color: approx Atlantis. HEX triplet: 8A, C7 and 43. RGB value is (138,199,67). Sum of RGB (Red+Green+Blue) = 138+199+67=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC743 is #7538BC. Grayscale: #A6A6A6. Windows color (decimal): -7682237 or 4441994. OLE color: 4441994.

HSL color Cylindrical-coordinate representation of color #8AC743: hue angle of 87.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AC743 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB13819967-
CMYK0.3100.660.22
HSL87.73º54.1%52.16%-
HSV(B)87.73º66.33%78.04%-
XYZ31.9246.6612.63-
YUV165.7172.29108.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 199 (78.12% from 255) = 49.26%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=34.16%
G=49.26%
B=16.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138199670.3100.660.2287.7354.152.16
Hex8AC7431F04216583634
Octal212307103370102261306664
Binary100010101100011110000111111101000010101101011000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ac743; }

 p { color: rgb(138,199,67); }

 H1.HeaderClassName
 {
   color: #8ac743;
 }
 .AnyTagClassName
 {
   color: #8ac743;
 }
</style>
background-color css

<style>
 a { background-color: #8ac743; }

 a { background-color: rgb(138,199,67); }

 div.DivClassName
 {
   background-color: #8ac743;
 }
 .BgClassName
 {
   background-color: #8ac743;
 }
</style>
border-color css

<style>
 span { border-color: #8ac743; }

 span { border-color: rgb(138,199,67); }

 td.TdClassName
 {
   border-color: #8ac743;
 }
 .TagClassName
 {
   border-color: #8ac743;
 }
</style>