Shades of Atlantis #8EE830
Tints of Atlantis #8EE830
RGB
CMYK
RGB Variations
Color information
#8EE830 (or 0x8EE830) is known color: Atlantis. HEX triplet: 8E, E8 and 30. RGB value is (142,232,48). Sum of RGB (Red+Green+Blue) = 142+232+48=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 232 (91.02% from 255 or 54.98% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE830 is #7117CF. Grayscale: #B8B8B8. Windows color (decimal): -7411664 or 3205262. OLE color: 3205262.
HSL color Cylindrical-coordinate representation of color #8EE830: hue angle of 89.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EE830 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 48 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.09 |
| HSL | 89.35º | 0.8% | 0.55% | - |
| HSV(B) | 89.35º | 0.79% | 0.91% | - |
| XYZ | 40.55 | 63.68 | 12.95 | - |
| YUV | 184.11 | 51.18 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 48 | 0.39 | 0 | 0.79 | 0.09 | 89.35 | 0.8 | 0.55 |
| Hex | 8E | E8 | 30 | 27 | 0 | 4F | 9 | 59 | 50 | 37 |
| Octal | 216 | 350 | 60 | 47 | 0 | 117 | 11 | 131 | 120 | 67 |
| Binary | 10001110 | 11101000 | 110000 | 100111 | 0 | 1001111 | 1001 | 1011001 | 1010000 | 110111 |
Color Harmonies of #8EE830
Complementary color
Monochromatic Colors of #8EE830
Black with #8EE830
Text Example
Text Example
White with #8EE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE830; }
p { color: rgb(142,232,48); }
H1.HeaderClassName
{
color: #8EE830;
}
.AnyTagClassName
{
color: #8EE830;
}
</style>
background-color css
<style>
a { background-color: #8EE830; }
a { background-color: rgb(142,232,48); }
div.DivClassName
{
background-color: #8EE830;
}
.BgClassName
{
background-color: #8EE830;
}
</style>
border-color css
<style>
span { border-color: #8EE830; }
span { border-color: rgb(142,232,48); }
td.TdClassName
{
border-color: #8EE830;
}
.TagClassName
{
border-color: #8EE830;
}
</style>