Shades of Atlantis #9EC349
Tints of Atlantis #9EC349
RGB
CMYK
RGB Variations
Color information
#9EC349 (or 0x9EC349) is known color: Atlantis. HEX triplet: 9E, C3 and 49. RGB value is (158,195,73). Sum of RGB (Red+Green+Blue) = 158+195+73=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC349 is #613CB6. Grayscale: #AAAAAA. Windows color (decimal): -6372535 or 4834206. OLE color: 4834206.
HSL color Cylindrical-coordinate representation of color #9EC349: hue angle of 78.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EC349 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 73 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.24 |
| HSL | 78.2º | 0.5% | 0.53% | - |
| HSV(B) | 78.2º | 0.63% | 0.76% | - |
| XYZ | 34.82 | 46.78 | 13.5 | - |
| YUV | 170.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 73 | 0.19 | 0 | 0.63 | 0.24 | 78.2 | 0.5 | 0.53 |
| Hex | 9E | C3 | 49 | 13 | 0 | 3F | 18 | 4E | 32 | 35 |
| Octal | 236 | 303 | 111 | 23 | 0 | 77 | 30 | 116 | 62 | 65 |
| Binary | 10011110 | 11000011 | 1001001 | 10011 | 0 | 111111 | 11000 | 1001110 | 110010 | 110101 |
Color Harmonies of #9EC349
Complementary color
Monochromatic Colors of #9EC349
Black with #9EC349
Text Example
Text Example
White with #9EC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC349; }
p { color: rgb(158,195,73); }
H1.HeaderClassName
{
color: #9EC349;
}
.AnyTagClassName
{
color: #9EC349;
}
</style>
background-color css
<style>
a { background-color: #9EC349; }
a { background-color: rgb(158,195,73); }
div.DivClassName
{
background-color: #9EC349;
}
.BgClassName
{
background-color: #9EC349;
}
</style>
border-color css
<style>
span { border-color: #9EC349; }
span { border-color: rgb(158,195,73); }
td.TdClassName
{
border-color: #9EC349;
}
.TagClassName
{
border-color: #9EC349;
}
</style>