Shades of Atlantis #9EC252
Tints of Atlantis #9EC252
RGB
CMYK
RGB Variations
Color information
#9EC252 (or 0x9EC252) is known color: Atlantis. HEX triplet: 9E, C2 and 52. RGB value is (158,194,82). Sum of RGB (Red+Green+Blue) = 158+194+82=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC252 is #613DAD. Grayscale: #AAAAAA. Windows color (decimal): -6372782 or 5423774. OLE color: 5423774.
HSL color Cylindrical-coordinate representation of color #9EC252: hue angle of 79.29º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EC252 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 82 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.24 |
| HSL | 79.29º | 0.48% | 0.54% | - |
| HSV(B) | 79.29º | 0.58% | 0.76% | - |
| XYZ | 34.92 | 46.46 | 15.11 | - |
| YUV | 170.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 82 | 0.19 | 0 | 0.58 | 0.24 | 79.29 | 0.48 | 0.54 |
| Hex | 9E | C2 | 52 | 13 | 0 | 3A | 18 | 4F | 30 | 36 |
| Octal | 236 | 302 | 122 | 23 | 0 | 72 | 30 | 117 | 60 | 66 |
| Binary | 10011110 | 11000010 | 1010010 | 10011 | 0 | 111010 | 11000 | 1001111 | 110000 | 110110 |
Color Harmonies of #9EC252
Complementary color
Monochromatic Colors of #9EC252
Black with #9EC252
Text Example
Text Example
White with #9EC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC252; }
p { color: rgb(158,194,82); }
H1.HeaderClassName
{
color: #9EC252;
}
.AnyTagClassName
{
color: #9EC252;
}
</style>
background-color css
<style>
a { background-color: #9EC252; }
a { background-color: rgb(158,194,82); }
div.DivClassName
{
background-color: #9EC252;
}
.BgClassName
{
background-color: #9EC252;
}
</style>
border-color css
<style>
span { border-color: #9EC252; }
span { border-color: rgb(158,194,82); }
td.TdClassName
{
border-color: #9EC252;
}
.TagClassName
{
border-color: #9EC252;
}
</style>