Shades of Atlantis #8EE82F
Tints of Atlantis #8EE82F
RGB
CMYK
RGB Variations
Color information
#8EE82F (or 0x8EE82F) is known color: Atlantis. HEX triplet: 8E, E8 and 2F. RGB value is (142,232,47). Sum of RGB (Red+Green+Blue) = 142+232+47=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE82F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE82F is #7117D0. Grayscale: #B8B8B8. Windows color (decimal): -7411665 or 3139726. OLE color: 3139726.
HSL color Cylindrical-coordinate representation of color #8EE82F: hue angle of 89.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EE82F is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 47 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.09 |
| HSL | 89.19º | 0.8% | 0.55% | - |
| HSV(B) | 89.19º | 0.8% | 0.91% | - |
| XYZ | 40.53 | 63.67 | 12.84 | - |
| YUV | 184 | 50.68 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 47 | 0.39 | 0 | 0.80 | 0.09 | 89.19 | 0.8 | 0.55 |
| Hex | 8E | E8 | 2F | 27 | 0 | 50 | 9 | 59 | 50 | 37 |
| Octal | 216 | 350 | 57 | 47 | 0 | 120 | 11 | 131 | 120 | 67 |
| Binary | 10001110 | 11101000 | 101111 | 100111 | 0 | 1010000 | 1001 | 1011001 | 1010000 | 110111 |
Color Harmonies of #8EE82F
Complementary color
Monochromatic Colors of #8EE82F
Black with #8EE82F
Text Example
Text Example
White with #8EE82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE82F; }
p { color: rgb(142,232,47); }
H1.HeaderClassName
{
color: #8EE82F;
}
.AnyTagClassName
{
color: #8EE82F;
}
</style>
background-color css
<style>
a { background-color: #8EE82F; }
a { background-color: rgb(142,232,47); }
div.DivClassName
{
background-color: #8EE82F;
}
.BgClassName
{
background-color: #8EE82F;
}
</style>
border-color css
<style>
span { border-color: #8EE82F; }
span { border-color: rgb(142,232,47); }
td.TdClassName
{
border-color: #8EE82F;
}
.TagClassName
{
border-color: #8EE82F;
}
</style>