Shades of Atlantis #9EC24A
Tints of Atlantis #9EC24A
RGB
CMYK
RGB Variations
Color information
#9EC24A (or 0x9EC24A) is known color: Atlantis. HEX triplet: 9E, C2 and 4A. RGB value is (158,194,74). Sum of RGB (Red+Green+Blue) = 158+194+74=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC24A is #613DB5. Grayscale: #AAAAAA. Windows color (decimal): -6372790 or 4899486. OLE color: 4899486.
HSL color Cylindrical-coordinate representation of color #9EC24A: hue angle of 78º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC24A is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 74 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.24 |
| HSL | 78º | 0.5% | 0.53% | - |
| HSV(B) | 78º | 0.62% | 0.76% | - |
| XYZ | 34.63 | 46.35 | 13.6 | - |
| YUV | 169.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 74 | 0.19 | 0 | 0.62 | 0.24 | 78 | 0.5 | 0.53 |
| Hex | 9E | C2 | 4A | 13 | 0 | 3E | 18 | 4E | 32 | 35 |
| Octal | 236 | 302 | 112 | 23 | 0 | 76 | 30 | 116 | 62 | 65 |
| Binary | 10011110 | 11000010 | 1001010 | 10011 | 0 | 111110 | 11000 | 1001110 | 110010 | 110101 |
Color Harmonies of #9EC24A
Complementary color
Monochromatic Colors of #9EC24A
Black with #9EC24A
Text Example
Text Example
White with #9EC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC24A; }
p { color: rgb(158,194,74); }
H1.HeaderClassName
{
color: #9EC24A;
}
.AnyTagClassName
{
color: #9EC24A;
}
</style>
background-color css
<style>
a { background-color: #9EC24A; }
a { background-color: rgb(158,194,74); }
div.DivClassName
{
background-color: #9EC24A;
}
.BgClassName
{
background-color: #9EC24A;
}
</style>
border-color css
<style>
span { border-color: #9EC24A; }
span { border-color: rgb(158,194,74); }
td.TdClassName
{
border-color: #9EC24A;
}
.TagClassName
{
border-color: #9EC24A;
}
</style>