Shades of Atlantis #9EC24F
Tints of Atlantis #9EC24F
RGB
CMYK
RGB Variations
Color information
#9EC24F (or 0x9EC24F) is known color: Atlantis. HEX triplet: 9E, C2 and 4F. RGB value is (158,194,79). Sum of RGB (Red+Green+Blue) = 158+194+79=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC24F is #613DB0. Grayscale: #AAAAAA. Windows color (decimal): -6372785 or 5227166. OLE color: 5227166.
HSL color Cylindrical-coordinate representation of color #9EC24F: hue angle of 78.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC24F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 79 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.24 |
| HSL | 78.78º | 0.49% | 0.54% | - |
| HSV(B) | 78.78º | 0.59% | 0.76% | - |
| XYZ | 34.8 | 46.42 | 14.52 | - |
| YUV | 170.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 79 | 0.19 | 0 | 0.59 | 0.24 | 78.78 | 0.49 | 0.54 |
| Hex | 9E | C2 | 4F | 13 | 0 | 3B | 18 | 4F | 31 | 36 |
| Octal | 236 | 302 | 117 | 23 | 0 | 73 | 30 | 117 | 61 | 66 |
| Binary | 10011110 | 11000010 | 1001111 | 10011 | 0 | 111011 | 11000 | 1001111 | 110001 | 110110 |
Color Harmonies of #9EC24F
Complementary color
Monochromatic Colors of #9EC24F
Black with #9EC24F
Text Example
Text Example
White with #9EC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC24F; }
p { color: rgb(158,194,79); }
H1.HeaderClassName
{
color: #9EC24F;
}
.AnyTagClassName
{
color: #9EC24F;
}
</style>
background-color css
<style>
a { background-color: #9EC24F; }
a { background-color: rgb(158,194,79); }
div.DivClassName
{
background-color: #9EC24F;
}
.BgClassName
{
background-color: #9EC24F;
}
</style>
border-color css
<style>
span { border-color: #9EC24F; }
span { border-color: rgb(158,194,79); }
td.TdClassName
{
border-color: #9EC24F;
}
.TagClassName
{
border-color: #9EC24F;
}
</style>