Shades of Atlantis #8EE245
Tints of Atlantis #8EE245
RGB
CMYK
RGB Variations
Color information
#8EE245 (or 0x8EE245) is known color: Atlantis. HEX triplet: 8E, E2 and 45. RGB value is (142,226,69). Sum of RGB (Red+Green+Blue) = 142+226+69=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE245 is #711DBA. Grayscale: #B7B7B7. Windows color (decimal): -7413179 or 4579982. OLE color: 4579982.
HSL color Cylindrical-coordinate representation of color #8EE245: hue angle of 92.1º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EE245 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 69 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.11 |
| HSL | 92.1º | 0.73% | 0.58% | - |
| HSV(B) | 92.1º | 0.69% | 0.89% | - |
| XYZ | 39.43 | 60.57 | 15.24 | - |
| YUV | 182.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 69 | 0.37 | 0 | 0.69 | 0.11 | 92.1 | 0.73 | 0.58 |
| Hex | 8E | E2 | 45 | 25 | 0 | 45 | B | 5C | 49 | 3A |
| Octal | 216 | 342 | 105 | 45 | 0 | 105 | 13 | 134 | 111 | 72 |
| Binary | 10001110 | 11100010 | 1000101 | 100101 | 0 | 1000101 | 1011 | 1011100 | 1001001 | 111010 |
Color Harmonies of #8EE245
Complementary color
Monochromatic Colors of #8EE245
Black with #8EE245
Text Example
Text Example
White with #8EE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE245; }
p { color: rgb(142,226,69); }
H1.HeaderClassName
{
color: #8EE245;
}
.AnyTagClassName
{
color: #8EE245;
}
</style>
background-color css
<style>
a { background-color: #8EE245; }
a { background-color: rgb(142,226,69); }
div.DivClassName
{
background-color: #8EE245;
}
.BgClassName
{
background-color: #8EE245;
}
</style>
border-color css
<style>
span { border-color: #8EE245; }
span { border-color: rgb(142,226,69); }
td.TdClassName
{
border-color: #8EE245;
}
.TagClassName
{
border-color: #8EE245;
}
</style>