#8EE24D

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

Shades of Atlantis #8EE24D

Tints of Atlantis #8EE24D

Color information

#8EE24D (or 0x8EE24D) is unknown color: approx Atlantis. HEX triplet: 8E, E2 and 4D. RGB value is (142,226,77). Sum of RGB (Red+Green+Blue) = 142+226+77=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE24D is #711DB2. Grayscale: #B8B8B8. Windows color (decimal): -7413171 or 5104270. OLE color: 5104270.

HSL color Cylindrical-coordinate representation of color #8EE24D: hue angle of 93.83º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EE24D is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB14222677-
CMYK0.3700.660.11
HSL93.83º71.98%59.41%-
HSV(B)93.83º65.93%88.63%-
XYZ39.6960.6816.64-
YUV183.967.6798.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 226 (88.67% from 255) = 50.79%
BLUE value IS 77 (30.47% from 255) = 17.30%
R=31.91%
G=50.79%
B=17.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142226770.3700.660.1193.8371.9859.41
Hex8EE24D25042B5e483b
Octal2163421154501021313611073
Binary1000111011100010100110110010101000010101110111101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,226,77); }

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

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

 a { background-color: rgb(142,226,77); }

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

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

 span { border-color: rgb(142,226,77); }

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