Shades of Atlantis #8EE03F
Tints of Atlantis #8EE03F
RGB
CMYK
RGB Variations
Color information
#8EE03F (or 0x8EE03F) is known color: Atlantis. HEX triplet: 8E, E0 and 3F. RGB value is (142,224,63). Sum of RGB (Red+Green+Blue) = 142+224+63=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE03F is #711FC0. Grayscale: #B5B5B5. Windows color (decimal): -7413697 or 4186254. OLE color: 4186254.
HSL color Cylindrical-coordinate representation of color #8EE03F: hue angle of 90.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EE03F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 63 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.12 |
| HSL | 90.56º | 0.72% | 0.56% | - |
| HSV(B) | 90.56º | 0.72% | 0.88% | - |
| XYZ | 38.71 | 59.42 | 14.13 | - |
| YUV | 181.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 63 | 0.37 | 0 | 0.72 | 0.12 | 90.56 | 0.72 | 0.56 |
| Hex | 8E | E0 | 3F | 25 | 0 | 48 | C | 5B | 48 | 38 |
| Octal | 216 | 340 | 77 | 45 | 0 | 110 | 14 | 133 | 110 | 70 |
| Binary | 10001110 | 11100000 | 111111 | 100101 | 0 | 1001000 | 1100 | 1011011 | 1001000 | 111000 |
Color Harmonies of #8EE03F
Complementary color
Monochromatic Colors of #8EE03F
Black with #8EE03F
Text Example
Text Example
White with #8EE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE03F; }
p { color: rgb(142,224,63); }
H1.HeaderClassName
{
color: #8EE03F;
}
.AnyTagClassName
{
color: #8EE03F;
}
</style>
background-color css
<style>
a { background-color: #8EE03F; }
a { background-color: rgb(142,224,63); }
div.DivClassName
{
background-color: #8EE03F;
}
.BgClassName
{
background-color: #8EE03F;
}
</style>
border-color css
<style>
span { border-color: #8EE03F; }
span { border-color: rgb(142,224,63); }
td.TdClassName
{
border-color: #8EE03F;
}
.TagClassName
{
border-color: #8EE03F;
}
</style>