Shades of Atlantis #8EC64D
Tints of Atlantis #8EC64D
RGB
CMYK
RGB Variations
Color information
#8EC64D (or 0x8EC64D) is known color: Atlantis. HEX triplet: 8E, C6 and 4D. RGB value is (142,198,77). Sum of RGB (Red+Green+Blue) = 142+198+77=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC64D is #7139B2. Grayscale: #A7A7A7. Windows color (decimal): -7420339 or 5097102. OLE color: 5097102.
HSL color Cylindrical-coordinate representation of color #8EC64D: hue angle of 87.77º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC64D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 77 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.22 |
| HSL | 87.77º | 0.51% | 0.54% | - |
| HSV(B) | 87.77º | 0.61% | 0.78% | - |
| XYZ | 32.69 | 46.67 | 14.31 | - |
| YUV | 167.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 77 | 0.28 | 0 | 0.61 | 0.22 | 87.77 | 0.51 | 0.54 |
| Hex | 8E | C6 | 4D | 1C | 0 | 3D | 16 | 58 | 33 | 36 |
| Octal | 216 | 306 | 115 | 34 | 0 | 75 | 26 | 130 | 63 | 66 |
| Binary | 10001110 | 11000110 | 1001101 | 11100 | 0 | 111101 | 10110 | 1011000 | 110011 | 110110 |
Color Harmonies of #8EC64D
Complementary color
Monochromatic Colors of #8EC64D
Black with #8EC64D
Text Example
Text Example
White with #8EC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC64D; }
p { color: rgb(142,198,77); }
H1.HeaderClassName
{
color: #8EC64D;
}
.AnyTagClassName
{
color: #8EC64D;
}
</style>
background-color css
<style>
a { background-color: #8EC64D; }
a { background-color: rgb(142,198,77); }
div.DivClassName
{
background-color: #8EC64D;
}
.BgClassName
{
background-color: #8EC64D;
}
</style>
border-color css
<style>
span { border-color: #8EC64D; }
span { border-color: rgb(142,198,77); }
td.TdClassName
{
border-color: #8EC64D;
}
.TagClassName
{
border-color: #8EC64D;
}
</style>