Shades of Atlantis #9EC24B
Tints of Atlantis #9EC24B
RGB
CMYK
RGB Variations
Color information
#9EC24B (or 0x9EC24B) is known color: Atlantis. HEX triplet: 9E, C2 and 4B. RGB value is (158,194,75). Sum of RGB (Red+Green+Blue) = 158+194+75=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC24B is #613DB4. Grayscale: #AAAAAA. Windows color (decimal): -6372789 or 4965022. OLE color: 4965022.
HSL color Cylindrical-coordinate representation of color #9EC24B: hue angle of 78.15º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EC24B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 75 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.24 |
| HSL | 78.15º | 0.49% | 0.53% | - |
| HSV(B) | 78.15º | 0.61% | 0.76% | - |
| XYZ | 34.66 | 46.36 | 13.78 | - |
| YUV | 169.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 75 | 0.19 | 0 | 0.61 | 0.24 | 78.15 | 0.49 | 0.53 |
| Hex | 9E | C2 | 4B | 13 | 0 | 3D | 18 | 4E | 31 | 35 |
| Octal | 236 | 302 | 113 | 23 | 0 | 75 | 30 | 116 | 61 | 65 |
| Binary | 10011110 | 11000010 | 1001011 | 10011 | 0 | 111101 | 11000 | 1001110 | 110001 | 110101 |
Color Harmonies of #9EC24B
Complementary color
Monochromatic Colors of #9EC24B
Black with #9EC24B
Text Example
Text Example
White with #9EC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC24B; }
p { color: rgb(158,194,75); }
H1.HeaderClassName
{
color: #9EC24B;
}
.AnyTagClassName
{
color: #9EC24B;
}
</style>
background-color css
<style>
a { background-color: #9EC24B; }
a { background-color: rgb(158,194,75); }
div.DivClassName
{
background-color: #9EC24B;
}
.BgClassName
{
background-color: #9EC24B;
}
</style>
border-color css
<style>
span { border-color: #9EC24B; }
span { border-color: rgb(158,194,75); }
td.TdClassName
{
border-color: #9EC24B;
}
.TagClassName
{
border-color: #9EC24B;
}
</style>