Shades of Atlantis #9EC64D
Tints of Atlantis #9EC64D
RGB
CMYK
RGB Variations
Color information
#9EC64D (or 0x9EC64D) is known color: Atlantis. HEX triplet: 9E, C6 and 4D. RGB value is (158,198,77). Sum of RGB (Red+Green+Blue) = 158+198+77=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC64D is #6139B2. Grayscale: #ACACAC. Windows color (decimal): -6371763 or 5097118. OLE color: 5097118.
HSL color Cylindrical-coordinate representation of color #9EC64D: hue angle of 79.83º 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 #9EC64D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 77 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.22 |
| HSL | 79.83º | 0.51% | 0.54% | - |
| HSV(B) | 79.83º | 0.61% | 0.78% | - |
| XYZ | 35.63 | 48.19 | 14.45 | - |
| YUV | 172.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 77 | 0.20 | 0 | 0.61 | 0.22 | 79.83 | 0.51 | 0.54 |
| Hex | 9E | C6 | 4D | 14 | 0 | 3D | 16 | 50 | 33 | 36 |
| Octal | 236 | 306 | 115 | 24 | 0 | 75 | 26 | 120 | 63 | 66 |
| Binary | 10011110 | 11000110 | 1001101 | 10100 | 0 | 111101 | 10110 | 1010000 | 110011 | 110110 |
Color Harmonies of #9EC64D
Complementary color
Monochromatic Colors of #9EC64D
Black with #9EC64D
Text Example
Text Example
White with #9EC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC64D; }
p { color: rgb(158,198,77); }
H1.HeaderClassName
{
color: #9EC64D;
}
.AnyTagClassName
{
color: #9EC64D;
}
</style>
background-color css
<style>
a { background-color: #9EC64D; }
a { background-color: rgb(158,198,77); }
div.DivClassName
{
background-color: #9EC64D;
}
.BgClassName
{
background-color: #9EC64D;
}
</style>
border-color css
<style>
span { border-color: #9EC64D; }
span { border-color: rgb(158,198,77); }
td.TdClassName
{
border-color: #9EC64D;
}
.TagClassName
{
border-color: #9EC64D;
}
</style>