#8CEA49

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

Shades of Atlantis #8CEA49

Tints of Atlantis #8CEA49

Color information

#8CEA49 (or 0x8CEA49) is unknown color: approx Atlantis. HEX triplet: 8C, EA and 49. RGB value is (140,234,73). Sum of RGB (Red+Green+Blue) = 140+234+73=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEA49 is #7315B6. Grayscale: #BCBCBC. Windows color (decimal): -7542199 or 4844172. OLE color: 4844172.

HSL color Cylindrical-coordinate representation of color #8CEA49: hue angle of 95.03º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEA49 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB14023473-
CMYK0.4000.690.08
HSL95.03º79.31%60.2%-
HSV(B)95.03º68.8%91.76%-
XYZ41.4464.916.65-
YUV187.5463.3694.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 234 (91.80% from 255) = 52.35%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=31.32%
G=52.35%
B=16.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140234730.4000.690.0895.0379.3160.2
Hex8CEA492804585f4f3c
Octal2143521115001051013711774
Binary1000110011101010100100110100001000101100010111111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,234,73); }

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

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

 a { background-color: rgb(140,234,73); }

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

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

 span { border-color: rgb(140,234,73); }

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