Shades of Atlantis #8EE144
Tints of Atlantis #8EE144
RGB
CMYK
RGB Variations
Color information
#8EE144 (or 0x8EE144) is known color: Atlantis. HEX triplet: 8E, E1 and 44. RGB value is (142,225,68). Sum of RGB (Red+Green+Blue) = 142+225+68=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE144 is #711EBB. Grayscale: #B6B6B6. Windows color (decimal): -7413436 or 4514190. OLE color: 4514190.
HSL color Cylindrical-coordinate representation of color #8EE144: hue angle of 91.72º 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 #8EE144 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 68 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.12 |
| HSL | 91.72º | 0.72% | 0.57% | - |
| HSV(B) | 91.72º | 0.7% | 0.88% | - |
| XYZ | 39.12 | 60.02 | 14.99 | - |
| YUV | 182.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 68 | 0.37 | 0 | 0.70 | 0.12 | 91.72 | 0.72 | 0.57 |
| Hex | 8E | E1 | 44 | 25 | 0 | 46 | C | 5C | 48 | 39 |
| Octal | 216 | 341 | 104 | 45 | 0 | 106 | 14 | 134 | 110 | 71 |
| Binary | 10001110 | 11100001 | 1000100 | 100101 | 0 | 1000110 | 1100 | 1011100 | 1001000 | 111001 |
Color Harmonies of #8EE144
Complementary color
Monochromatic Colors of #8EE144
Black with #8EE144
Text Example
Text Example
White with #8EE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE144; }
p { color: rgb(142,225,68); }
H1.HeaderClassName
{
color: #8EE144;
}
.AnyTagClassName
{
color: #8EE144;
}
</style>
background-color css
<style>
a { background-color: #8EE144; }
a { background-color: rgb(142,225,68); }
div.DivClassName
{
background-color: #8EE144;
}
.BgClassName
{
background-color: #8EE144;
}
</style>
border-color css
<style>
span { border-color: #8EE144; }
span { border-color: rgb(142,225,68); }
td.TdClassName
{
border-color: #8EE144;
}
.TagClassName
{
border-color: #8EE144;
}
</style>