Shades of Atlantis #8EE947
Tints of Atlantis #8EE947
RGB
CMYK
RGB Variations
Color information
#8EE947 (or 0x8EE947) is known color: Atlantis. HEX triplet: 8E, E9 and 47. RGB value is (142,233,71). Sum of RGB (Red+Green+Blue) = 142+233+71=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE947 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE947 is #7116B8. Grayscale: #BBBBBB. Windows color (decimal): -7411385 or 4712846. OLE color: 4712846.
HSL color Cylindrical-coordinate representation of color #8EE947: hue angle of 93.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EE947 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 71 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.09 |
| HSL | 93.7º | 0.79% | 0.6% | - |
| HSV(B) | 93.7º | 0.7% | 0.91% | - |
| XYZ | 41.43 | 64.48 | 16.22 | - |
| YUV | 187.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 71 | 0.39 | 0 | 0.70 | 0.09 | 93.7 | 0.79 | 0.6 |
| Hex | 8E | E9 | 47 | 27 | 0 | 46 | 9 | 5E | 4F | 3C |
| Octal | 216 | 351 | 107 | 47 | 0 | 106 | 11 | 136 | 117 | 74 |
| Binary | 10001110 | 11101001 | 1000111 | 100111 | 0 | 1000110 | 1001 | 1011110 | 1001111 | 111100 |
Color Harmonies of #8EE947
Complementary color
Monochromatic Colors of #8EE947
Black with #8EE947
Text Example
Text Example
White with #8EE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE947; }
p { color: rgb(142,233,71); }
H1.HeaderClassName
{
color: #8EE947;
}
.AnyTagClassName
{
color: #8EE947;
}
</style>
background-color css
<style>
a { background-color: #8EE947; }
a { background-color: rgb(142,233,71); }
div.DivClassName
{
background-color: #8EE947;
}
.BgClassName
{
background-color: #8EE947;
}
</style>
border-color css
<style>
span { border-color: #8EE947; }
span { border-color: rgb(142,233,71); }
td.TdClassName
{
border-color: #8EE947;
}
.TagClassName
{
border-color: #8EE947;
}
</style>