Shades of Atlantis #9EC549
Tints of Atlantis #9EC549
RGB
CMYK
RGB Variations
Color information
#9EC549 (or 0x9EC549) is known color: Atlantis. HEX triplet: 9E, C5 and 49. RGB value is (158,197,73). Sum of RGB (Red+Green+Blue) = 158+197+73=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC549 is #613AB6. Grayscale: #ABABAB. Windows color (decimal): -6372023 or 4834718. OLE color: 4834718.
HSL color Cylindrical-coordinate representation of color #9EC549: hue angle of 78.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EC549 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 73 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.23 |
| HSL | 78.87º | 0.52% | 0.53% | - |
| HSV(B) | 78.87º | 0.63% | 0.77% | - |
| XYZ | 35.27 | 47.68 | 13.65 | - |
| YUV | 171.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 73 | 0.20 | 0 | 0.63 | 0.23 | 78.87 | 0.52 | 0.53 |
| Hex | 9E | C5 | 49 | 14 | 0 | 3F | 17 | 4F | 34 | 35 |
| Octal | 236 | 305 | 111 | 24 | 0 | 77 | 27 | 117 | 64 | 65 |
| Binary | 10011110 | 11000101 | 1001001 | 10100 | 0 | 111111 | 10111 | 1001111 | 110100 | 110101 |
Color Harmonies of #9EC549
Complementary color
Monochromatic Colors of #9EC549
Black with #9EC549
Text Example
Text Example
White with #9EC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC549; }
p { color: rgb(158,197,73); }
H1.HeaderClassName
{
color: #9EC549;
}
.AnyTagClassName
{
color: #9EC549;
}
</style>
background-color css
<style>
a { background-color: #9EC549; }
a { background-color: rgb(158,197,73); }
div.DivClassName
{
background-color: #9EC549;
}
.BgClassName
{
background-color: #9EC549;
}
</style>
border-color css
<style>
span { border-color: #9EC549; }
span { border-color: rgb(158,197,73); }
td.TdClassName
{
border-color: #9EC549;
}
.TagClassName
{
border-color: #9EC549;
}
</style>