Shades of Atlantis #9EC352
Tints of Atlantis #9EC352
RGB
CMYK
RGB Variations
Color information
#9EC352 (or 0x9EC352) is known color: Atlantis. HEX triplet: 9E, C3 and 52. RGB value is (158,195,82). Sum of RGB (Red+Green+Blue) = 158+195+82=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC352 is #613CAD. Grayscale: #ABABAB. Windows color (decimal): -6372526 or 5424030. OLE color: 5424030.
HSL color Cylindrical-coordinate representation of color #9EC352: hue angle of 79.65º 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 #9EC352 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 82 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.24 |
| HSL | 79.65º | 0.48% | 0.54% | - |
| HSV(B) | 79.65º | 0.58% | 0.76% | - |
| XYZ | 35.14 | 46.91 | 15.18 | - |
| YUV | 171.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 82 | 0.19 | 0 | 0.58 | 0.24 | 79.65 | 0.48 | 0.54 |
| Hex | 9E | C3 | 52 | 13 | 0 | 3A | 18 | 50 | 30 | 36 |
| Octal | 236 | 303 | 122 | 23 | 0 | 72 | 30 | 120 | 60 | 66 |
| Binary | 10011110 | 11000011 | 1010010 | 10011 | 0 | 111010 | 11000 | 1010000 | 110000 | 110110 |
Color Harmonies of #9EC352
Complementary color
Monochromatic Colors of #9EC352
Black with #9EC352
Text Example
Text Example
White with #9EC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC352; }
p { color: rgb(158,195,82); }
H1.HeaderClassName
{
color: #9EC352;
}
.AnyTagClassName
{
color: #9EC352;
}
</style>
background-color css
<style>
a { background-color: #9EC352; }
a { background-color: rgb(158,195,82); }
div.DivClassName
{
background-color: #9EC352;
}
.BgClassName
{
background-color: #9EC352;
}
</style>
border-color css
<style>
span { border-color: #9EC352; }
span { border-color: rgb(158,195,82); }
td.TdClassName
{
border-color: #9EC352;
}
.TagClassName
{
border-color: #9EC352;
}
</style>