Shades of Atlantis #96C552
Tints of Atlantis #96C552
RGB
CMYK
RGB Variations
Color information
#96C552 (or 0x96C552) is known color: Atlantis. HEX triplet: 96, C5 and 52. RGB value is (150,197,82). Sum of RGB (Red+Green+Blue) = 150+197+82=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #96C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C552 is #693AAD. Grayscale: #AAAAAA. Windows color (decimal): -6896302 or 5424534. OLE color: 5424534.
HSL color Cylindrical-coordinate representation of color #96C552: hue angle of 84.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96C552 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 82 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.23 |
| HSL | 84.52º | 0.5% | 0.55% | - |
| HSV(B) | 84.52º | 0.58% | 0.77% | - |
| XYZ | 34.07 | 47.03 | 15.26 | - |
| YUV | 169.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 82 | 0.24 | 0 | 0.58 | 0.23 | 84.52 | 0.5 | 0.55 |
| Hex | 96 | C5 | 52 | 18 | 0 | 3A | 17 | 55 | 32 | 37 |
| Octal | 226 | 305 | 122 | 30 | 0 | 72 | 27 | 125 | 62 | 67 |
| Binary | 10010110 | 11000101 | 1010010 | 11000 | 0 | 111010 | 10111 | 1010101 | 110010 | 110111 |
Color Harmonies of #96C552
Complementary color
Monochromatic Colors of #96C552
Black with #96C552
Text Example
Text Example
White with #96C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C552; }
p { color: rgb(150,197,82); }
H1.HeaderClassName
{
color: #96C552;
}
.AnyTagClassName
{
color: #96C552;
}
</style>
background-color css
<style>
a { background-color: #96C552; }
a { background-color: rgb(150,197,82); }
div.DivClassName
{
background-color: #96C552;
}
.BgClassName
{
background-color: #96C552;
}
</style>
border-color css
<style>
span { border-color: #96C552; }
span { border-color: rgb(150,197,82); }
td.TdClassName
{
border-color: #96C552;
}
.TagClassName
{
border-color: #96C552;
}
</style>