Shades of Atlantis #8EEE36
Tints of Atlantis #8EEE36
RGB
CMYK
RGB Variations
Color information
#8EEE36 (or 0x8EEE36) is known color: Atlantis. HEX triplet: 8E, EE and 36. RGB value is (142,238,54). Sum of RGB (Red+Green+Blue) = 142+238+54=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEE36 is #7111C9. Grayscale: #BCBCBC. Windows color (decimal): -7410122 or 3600014. OLE color: 3600014.
HSL color Cylindrical-coordinate representation of color #8EEE36: hue angle of 91.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EEE36 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 54 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.07 |
| HSL | 91.3º | 0.84% | 0.57% | - |
| HSV(B) | 91.3º | 0.77% | 0.93% | - |
| XYZ | 42.4 | 67.17 | 14.22 | - |
| YUV | 188.32 | 52.2 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 54 | 0.40 | 0 | 0.77 | 0.07 | 91.3 | 0.84 | 0.57 |
| Hex | 8E | EE | 36 | 28 | 0 | 4D | 7 | 5B | 54 | 39 |
| Octal | 216 | 356 | 66 | 50 | 0 | 115 | 7 | 133 | 124 | 71 |
| Binary | 10001110 | 11101110 | 110110 | 101000 | 0 | 1001101 | 111 | 1011011 | 1010100 | 111001 |
Color Harmonies of #8EEE36
Complementary color
Monochromatic Colors of #8EEE36
Black with #8EEE36
Text Example
Text Example
White with #8EEE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEE36; }
p { color: rgb(142,238,54); }
H1.HeaderClassName
{
color: #8EEE36;
}
.AnyTagClassName
{
color: #8EEE36;
}
</style>
background-color css
<style>
a { background-color: #8EEE36; }
a { background-color: rgb(142,238,54); }
div.DivClassName
{
background-color: #8EEE36;
}
.BgClassName
{
background-color: #8EEE36;
}
</style>
border-color css
<style>
span { border-color: #8EEE36; }
span { border-color: rgb(142,238,54); }
td.TdClassName
{
border-color: #8EEE36;
}
.TagClassName
{
border-color: #8EEE36;
}
</style>