Shades of Atlantis #8EE043
Tints of Atlantis #8EE043
RGB
CMYK
RGB Variations
Color information
#8EE043 (or 0x8EE043) is known color: Atlantis. HEX triplet: 8E, E0 and 43. RGB value is (142,224,67). Sum of RGB (Red+Green+Blue) = 142+224+67=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE043 is #711FBC. Grayscale: #B6B6B6. Windows color (decimal): -7413693 or 4448398. OLE color: 4448398.
HSL color Cylindrical-coordinate representation of color #8EE043: hue angle of 91.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EE043 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 67 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.12 |
| HSL | 91.34º | 0.72% | 0.57% | - |
| HSV(B) | 91.34º | 0.7% | 0.88% | - |
| XYZ | 38.82 | 59.47 | 14.74 | - |
| YUV | 181.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 67 | 0.37 | 0 | 0.70 | 0.12 | 91.34 | 0.72 | 0.57 |
| Hex | 8E | E0 | 43 | 25 | 0 | 46 | C | 5B | 48 | 39 |
| Octal | 216 | 340 | 103 | 45 | 0 | 106 | 14 | 133 | 110 | 71 |
| Binary | 10001110 | 11100000 | 1000011 | 100101 | 0 | 1000110 | 1100 | 1011011 | 1001000 | 111001 |
Color Harmonies of #8EE043
Complementary color
Monochromatic Colors of #8EE043
Black with #8EE043
Text Example
Text Example
White with #8EE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE043; }
p { color: rgb(142,224,67); }
H1.HeaderClassName
{
color: #8EE043;
}
.AnyTagClassName
{
color: #8EE043;
}
</style>
background-color css
<style>
a { background-color: #8EE043; }
a { background-color: rgb(142,224,67); }
div.DivClassName
{
background-color: #8EE043;
}
.BgClassName
{
background-color: #8EE043;
}
</style>
border-color css
<style>
span { border-color: #8EE043; }
span { border-color: rgb(142,224,67); }
td.TdClassName
{
border-color: #8EE043;
}
.TagClassName
{
border-color: #8EE043;
}
</style>