Shades of Atlantis #8EE93A
Tints of Atlantis #8EE93A
RGB
CMYK
RGB Variations
Color information
#8EE93A (or 0x8EE93A) is known color: Atlantis. HEX triplet: 8E, E9 and 3A. RGB value is (142,233,58). Sum of RGB (Red+Green+Blue) = 142+233+58=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE93A is #7116C5. Grayscale: #BABABA. Windows color (decimal): -7411398 or 3860878. OLE color: 3860878.
HSL color Cylindrical-coordinate representation of color #8EE93A: hue angle of 91.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EE93A is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 58 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.09 |
| HSL | 91.2º | 0.8% | 0.57% | - |
| HSV(B) | 91.2º | 0.75% | 0.91% | - |
| XYZ | 41.06 | 64.33 | 14.26 | - |
| YUV | 185.84 | 55.85 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 58 | 0.39 | 0 | 0.75 | 0.09 | 91.2 | 0.8 | 0.57 |
| Hex | 8E | E9 | 3A | 27 | 0 | 4B | 9 | 5B | 50 | 39 |
| Octal | 216 | 351 | 72 | 47 | 0 | 113 | 11 | 133 | 120 | 71 |
| Binary | 10001110 | 11101001 | 111010 | 100111 | 0 | 1001011 | 1001 | 1011011 | 1010000 | 111001 |
Color Harmonies of #8EE93A
Complementary color
Monochromatic Colors of #8EE93A
Black with #8EE93A
Text Example
Text Example
White with #8EE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE93A; }
p { color: rgb(142,233,58); }
H1.HeaderClassName
{
color: #8EE93A;
}
.AnyTagClassName
{
color: #8EE93A;
}
</style>
background-color css
<style>
a { background-color: #8EE93A; }
a { background-color: rgb(142,233,58); }
div.DivClassName
{
background-color: #8EE93A;
}
.BgClassName
{
background-color: #8EE93A;
}
</style>
border-color css
<style>
span { border-color: #8EE93A; }
span { border-color: rgb(142,233,58); }
td.TdClassName
{
border-color: #8EE93A;
}
.TagClassName
{
border-color: #8EE93A;
}
</style>