Shades of Atlantis #8EE64A
Tints of Atlantis #8EE64A
RGB
CMYK
RGB Variations
Color information
#8EE64A (or 0x8EE64A) is known color: Atlantis. HEX triplet: 8E, E6 and 4A. RGB value is (142,230,74). Sum of RGB (Red+Green+Blue) = 142+230+74=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE64A is #7119B5. Grayscale: #BABABA. Windows color (decimal): -7412150 or 4908686. OLE color: 4908686.
HSL color Cylindrical-coordinate representation of color #8EE64A: hue angle of 93.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EE64A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 230 | 74 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.10 |
| HSL | 93.85º | 0.76% | 0.6% | - |
| HSV(B) | 93.85º | 0.68% | 0.9% | - |
| XYZ | 40.69 | 62.84 | 16.46 | - |
| YUV | 185.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 74 | 0.38 | 0 | 0.68 | 0.10 | 93.85 | 0.76 | 0.6 |
| Hex | 8E | E6 | 4A | 26 | 0 | 44 | A | 5E | 4C | 3C |
| Octal | 216 | 346 | 112 | 46 | 0 | 104 | 12 | 136 | 114 | 74 |
| Binary | 10001110 | 11100110 | 1001010 | 100110 | 0 | 1000100 | 1010 | 1011110 | 1001100 | 111100 |
Color Harmonies of #8EE64A
Complementary color
Monochromatic Colors of #8EE64A
Black with #8EE64A
Text Example
Text Example
White with #8EE64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE64A; }
p { color: rgb(142,230,74); }
H1.HeaderClassName
{
color: #8EE64A;
}
.AnyTagClassName
{
color: #8EE64A;
}
</style>
background-color css
<style>
a { background-color: #8EE64A; }
a { background-color: rgb(142,230,74); }
div.DivClassName
{
background-color: #8EE64A;
}
.BgClassName
{
background-color: #8EE64A;
}
</style>
border-color css
<style>
span { border-color: #8EE64A; }
span { border-color: rgb(142,230,74); }
td.TdClassName
{
border-color: #8EE64A;
}
.TagClassName
{
border-color: #8EE64A;
}
</style>