Shades of Atlantis #96C549
Tints of Atlantis #96C549
RGB
CMYK
RGB Variations
Color information
#96C549 (or 0x96C549) is known color: Atlantis. HEX triplet: 96, C5 and 49. RGB value is (150,197,73). Sum of RGB (Red+Green+Blue) = 150+197+73=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #96C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C549 is #693AB6. Grayscale: #A9A9A9. Windows color (decimal): -6896311 or 4834710. OLE color: 4834710.
HSL color Cylindrical-coordinate representation of color #96C549: hue angle of 82.74º 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 #96C549 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 73 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.23 |
| HSL | 82.74º | 0.52% | 0.53% | - |
| HSV(B) | 82.74º | 0.63% | 0.77% | - |
| XYZ | 33.75 | 46.9 | 13.58 | - |
| YUV | 168.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 73 | 0.24 | 0 | 0.63 | 0.23 | 82.74 | 0.52 | 0.53 |
| Hex | 96 | C5 | 49 | 18 | 0 | 3F | 17 | 53 | 34 | 35 |
| Octal | 226 | 305 | 111 | 30 | 0 | 77 | 27 | 123 | 64 | 65 |
| Binary | 10010110 | 11000101 | 1001001 | 11000 | 0 | 111111 | 10111 | 1010011 | 110100 | 110101 |
Color Harmonies of #96C549
Complementary color
Monochromatic Colors of #96C549
Black with #96C549
Text Example
Text Example
White with #96C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C549; }
p { color: rgb(150,197,73); }
H1.HeaderClassName
{
color: #96C549;
}
.AnyTagClassName
{
color: #96C549;
}
</style>
background-color css
<style>
a { background-color: #96C549; }
a { background-color: rgb(150,197,73); }
div.DivClassName
{
background-color: #96C549;
}
.BgClassName
{
background-color: #96C549;
}
</style>
border-color css
<style>
span { border-color: #96C549; }
span { border-color: rgb(150,197,73); }
td.TdClassName
{
border-color: #96C549;
}
.TagClassName
{
border-color: #96C549;
}
</style>