Shades of Atlantis #9EC24D
Tints of Atlantis #9EC24D
RGB
CMYK
RGB Variations
Color information
#9EC24D (or 0x9EC24D) is known color: Atlantis. HEX triplet: 9E, C2 and 4D. RGB value is (158,194,77). Sum of RGB (Red+Green+Blue) = 158+194+77=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC24D is #613DB2. Grayscale: #AAAAAA. Windows color (decimal): -6372787 or 5096094. OLE color: 5096094.
HSL color Cylindrical-coordinate representation of color #9EC24D: hue angle of 78.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EC24D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 77 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.24 |
| HSL | 78.46º | 0.49% | 0.53% | - |
| HSV(B) | 78.46º | 0.6% | 0.76% | - |
| XYZ | 34.73 | 46.39 | 14.14 | - |
| YUV | 169.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 77 | 0.19 | 0 | 0.60 | 0.24 | 78.46 | 0.49 | 0.53 |
| Hex | 9E | C2 | 4D | 13 | 0 | 3C | 18 | 4E | 31 | 35 |
| Octal | 236 | 302 | 115 | 23 | 0 | 74 | 30 | 116 | 61 | 65 |
| Binary | 10011110 | 11000010 | 1001101 | 10011 | 0 | 111100 | 11000 | 1001110 | 110001 | 110101 |
Color Harmonies of #9EC24D
Complementary color
Monochromatic Colors of #9EC24D
Black with #9EC24D
Text Example
Text Example
White with #9EC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC24D; }
p { color: rgb(158,194,77); }
H1.HeaderClassName
{
color: #9EC24D;
}
.AnyTagClassName
{
color: #9EC24D;
}
</style>
background-color css
<style>
a { background-color: #9EC24D; }
a { background-color: rgb(158,194,77); }
div.DivClassName
{
background-color: #9EC24D;
}
.BgClassName
{
background-color: #9EC24D;
}
</style>
border-color css
<style>
span { border-color: #9EC24D; }
span { border-color: rgb(158,194,77); }
td.TdClassName
{
border-color: #9EC24D;
}
.TagClassName
{
border-color: #9EC24D;
}
</style>