Shades of Atlantis #8EE242
Tints of Atlantis #8EE242
RGB
CMYK
RGB Variations
Color information
#8EE242 (or 0x8EE242) is known color: Atlantis. HEX triplet: 8E, E2 and 42. RGB value is (142,226,66). Sum of RGB (Red+Green+Blue) = 142+226+66=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE242 is #711DBD. Grayscale: #B7B7B7. Windows color (decimal): -7413182 or 4383374. OLE color: 4383374.
HSL color Cylindrical-coordinate representation of color #8EE242: hue angle of 91.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EE242 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 66 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.11 |
| HSL | 91.5º | 0.73% | 0.57% | - |
| HSV(B) | 91.5º | 0.71% | 0.89% | - |
| XYZ | 39.34 | 60.54 | 14.77 | - |
| YUV | 182.64 | 62.17 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 66 | 0.37 | 0 | 0.71 | 0.11 | 91.5 | 0.73 | 0.57 |
| Hex | 8E | E2 | 42 | 25 | 0 | 47 | B | 5C | 49 | 39 |
| Octal | 216 | 342 | 102 | 45 | 0 | 107 | 13 | 134 | 111 | 71 |
| Binary | 10001110 | 11100010 | 1000010 | 100101 | 0 | 1000111 | 1011 | 1011100 | 1001001 | 111001 |
Color Harmonies of #8EE242
Complementary color
Monochromatic Colors of #8EE242
Black with #8EE242
Text Example
Text Example
White with #8EE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE242; }
p { color: rgb(142,226,66); }
H1.HeaderClassName
{
color: #8EE242;
}
.AnyTagClassName
{
color: #8EE242;
}
</style>
background-color css
<style>
a { background-color: #8EE242; }
a { background-color: rgb(142,226,66); }
div.DivClassName
{
background-color: #8EE242;
}
.BgClassName
{
background-color: #8EE242;
}
</style>
border-color css
<style>
span { border-color: #8EE242; }
span { border-color: rgb(142,226,66); }
td.TdClassName
{
border-color: #8EE242;
}
.TagClassName
{
border-color: #8EE242;
}
</style>