Shades of Atlantis #8EC84A
Tints of Atlantis #8EC84A
RGB
CMYK
RGB Variations
Color information
#8EC84A (or 0x8EC84A) is known color: Atlantis. HEX triplet: 8E, C8 and 4A. RGB value is (142,200,74). Sum of RGB (Red+Green+Blue) = 142+200+74=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC84A is #7137B5. Grayscale: #A8A8A8. Windows color (decimal): -7419830 or 4901006. OLE color: 4901006.
HSL color Cylindrical-coordinate representation of color #8EC84A: hue angle of 87.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC84A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 74 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.22 |
| HSL | 87.62º | 0.53% | 0.54% | - |
| HSV(B) | 87.62º | 0.63% | 0.78% | - |
| XYZ | 33.05 | 47.55 | 13.92 | - |
| YUV | 168.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 74 | 0.29 | 0 | 0.63 | 0.22 | 87.62 | 0.53 | 0.54 |
| Hex | 8E | C8 | 4A | 1D | 0 | 3F | 16 | 58 | 35 | 36 |
| Octal | 216 | 310 | 112 | 35 | 0 | 77 | 26 | 130 | 65 | 66 |
| Binary | 10001110 | 11001000 | 1001010 | 11101 | 0 | 111111 | 10110 | 1011000 | 110101 | 110110 |
Color Harmonies of #8EC84A
Complementary color
Monochromatic Colors of #8EC84A
Black with #8EC84A
Text Example
Text Example
White with #8EC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC84A; }
p { color: rgb(142,200,74); }
H1.HeaderClassName
{
color: #8EC84A;
}
.AnyTagClassName
{
color: #8EC84A;
}
</style>
background-color css
<style>
a { background-color: #8EC84A; }
a { background-color: rgb(142,200,74); }
div.DivClassName
{
background-color: #8EC84A;
}
.BgClassName
{
background-color: #8EC84A;
}
</style>
border-color css
<style>
span { border-color: #8EC84A; }
span { border-color: rgb(142,200,74); }
td.TdClassName
{
border-color: #8EC84A;
}
.TagClassName
{
border-color: #8EC84A;
}
</style>