Shades of Atlantis #8EE934
Tints of Atlantis #8EE934
RGB
CMYK
RGB Variations
Color information
#8EE934 (or 0x8EE934) is known color: Atlantis. HEX triplet: 8E, E9 and 34. RGB value is (142,233,52). Sum of RGB (Red+Green+Blue) = 142+233+52=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE934 is #7116CB. Grayscale: #B9B9B9. Windows color (decimal): -7411404 or 3467662. OLE color: 3467662.
HSL color Cylindrical-coordinate representation of color #8EE934: hue angle of 90.17º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EE934 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 52 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.09 |
| HSL | 90.17º | 0.8% | 0.56% | - |
| HSV(B) | 90.17º | 0.78% | 0.91% | - |
| XYZ | 40.91 | 64.28 | 13.5 | - |
| YUV | 185.16 | 52.85 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 52 | 0.39 | 0 | 0.78 | 0.09 | 90.17 | 0.8 | 0.56 |
| Hex | 8E | E9 | 34 | 27 | 0 | 4E | 9 | 5A | 50 | 38 |
| Octal | 216 | 351 | 64 | 47 | 0 | 116 | 11 | 132 | 120 | 70 |
| Binary | 10001110 | 11101001 | 110100 | 100111 | 0 | 1001110 | 1001 | 1011010 | 1010000 | 111000 |
Color Harmonies of #8EE934
Complementary color
Monochromatic Colors of #8EE934
Black with #8EE934
Text Example
Text Example
White with #8EE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE934; }
p { color: rgb(142,233,52); }
H1.HeaderClassName
{
color: #8EE934;
}
.AnyTagClassName
{
color: #8EE934;
}
</style>
background-color css
<style>
a { background-color: #8EE934; }
a { background-color: rgb(142,233,52); }
div.DivClassName
{
background-color: #8EE934;
}
.BgClassName
{
background-color: #8EE934;
}
</style>
border-color css
<style>
span { border-color: #8EE934; }
span { border-color: rgb(142,233,52); }
td.TdClassName
{
border-color: #8EE934;
}
.TagClassName
{
border-color: #8EE934;
}
</style>