Shades of Atlantis #8EE047
Tints of Atlantis #8EE047
RGB
CMYK
RGB Variations
Color information
#8EE047 (or 0x8EE047) is known color: Atlantis. HEX triplet: 8E, E0 and 47. RGB value is (142,224,71). Sum of RGB (Red+Green+Blue) = 142+224+71=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE047 is #711FB8. Grayscale: #B6B6B6. Windows color (decimal): -7413689 or 4710542. OLE color: 4710542.
HSL color Cylindrical-coordinate representation of color #8EE047: hue angle of 92.16º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EE047 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 71 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.12 |
| HSL | 92.16º | 0.71% | 0.58% | - |
| HSV(B) | 92.16º | 0.68% | 0.88% | - |
| XYZ | 38.95 | 59.52 | 15.4 | - |
| YUV | 182.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 71 | 0.37 | 0 | 0.68 | 0.12 | 92.16 | 0.71 | 0.58 |
| Hex | 8E | E0 | 47 | 25 | 0 | 44 | C | 5C | 47 | 3A |
| Octal | 216 | 340 | 107 | 45 | 0 | 104 | 14 | 134 | 107 | 72 |
| Binary | 10001110 | 11100000 | 1000111 | 100101 | 0 | 1000100 | 1100 | 1011100 | 1000111 | 111010 |
Color Harmonies of #8EE047
Complementary color
Monochromatic Colors of #8EE047
Black with #8EE047
Text Example
Text Example
White with #8EE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE047; }
p { color: rgb(142,224,71); }
H1.HeaderClassName
{
color: #8EE047;
}
.AnyTagClassName
{
color: #8EE047;
}
</style>
background-color css
<style>
a { background-color: #8EE047; }
a { background-color: rgb(142,224,71); }
div.DivClassName
{
background-color: #8EE047;
}
.BgClassName
{
background-color: #8EE047;
}
</style>
border-color css
<style>
span { border-color: #8EE047; }
span { border-color: rgb(142,224,71); }
td.TdClassName
{
border-color: #8EE047;
}
.TagClassName
{
border-color: #8EE047;
}
</style>