Shades of Atlantis #8EC84D
Tints of Atlantis #8EC84D
RGB
CMYK
RGB Variations
Color information
#8EC84D (or 0x8EC84D) is known color: Atlantis. HEX triplet: 8E, C8 and 4D. RGB value is (142,200,77). Sum of RGB (Red+Green+Blue) = 142+200+77=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC84D is #7137B2. Grayscale: #A9A9A9. Windows color (decimal): -7419827 or 5097614. OLE color: 5097614.
HSL color Cylindrical-coordinate representation of color #8EC84D: hue angle of 88.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EC84D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 77 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.22 |
| HSL | 88.29º | 0.53% | 0.54% | - |
| HSV(B) | 88.29º | 0.62% | 0.78% | - |
| XYZ | 33.15 | 47.6 | 14.46 | - |
| YUV | 168.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 77 | 0.29 | 0 | 0.62 | 0.22 | 88.29 | 0.53 | 0.54 |
| Hex | 8E | C8 | 4D | 1D | 0 | 3E | 16 | 58 | 35 | 36 |
| Octal | 216 | 310 | 115 | 35 | 0 | 76 | 26 | 130 | 65 | 66 |
| Binary | 10001110 | 11001000 | 1001101 | 11101 | 0 | 111110 | 10110 | 1011000 | 110101 | 110110 |
Color Harmonies of #8EC84D
Complementary color
Monochromatic Colors of #8EC84D
Black with #8EC84D
Text Example
Text Example
White with #8EC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC84D; }
p { color: rgb(142,200,77); }
H1.HeaderClassName
{
color: #8EC84D;
}
.AnyTagClassName
{
color: #8EC84D;
}
</style>
background-color css
<style>
a { background-color: #8EC84D; }
a { background-color: rgb(142,200,77); }
div.DivClassName
{
background-color: #8EC84D;
}
.BgClassName
{
background-color: #8EC84D;
}
</style>
border-color css
<style>
span { border-color: #8EC84D; }
span { border-color: rgb(142,200,77); }
td.TdClassName
{
border-color: #8EC84D;
}
.TagClassName
{
border-color: #8EC84D;
}
</style>