Shades of Atlantis #96C352
Tints of Atlantis #96C352
RGB
CMYK
RGB Variations
Color information
#96C352 (or 0x96C352) is known color: Atlantis. HEX triplet: 96, C3 and 52. RGB value is (150,195,82). Sum of RGB (Red+Green+Blue) = 150+195+82=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #96C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C352 is #693CAD. Grayscale: #A9A9A9. Windows color (decimal): -6896814 or 5424022. OLE color: 5424022.
HSL color Cylindrical-coordinate representation of color #96C352: hue angle of 83.89º 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 #96C352 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 82 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.24 |
| HSL | 83.89º | 0.48% | 0.54% | - |
| HSV(B) | 83.89º | 0.58% | 0.76% | - |
| XYZ | 33.62 | 46.12 | 15.11 | - |
| YUV | 168.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 82 | 0.23 | 0 | 0.58 | 0.24 | 83.89 | 0.48 | 0.54 |
| Hex | 96 | C3 | 52 | 17 | 0 | 3A | 18 | 54 | 30 | 36 |
| Octal | 226 | 303 | 122 | 27 | 0 | 72 | 30 | 124 | 60 | 66 |
| Binary | 10010110 | 11000011 | 1010010 | 10111 | 0 | 111010 | 11000 | 1010100 | 110000 | 110110 |
Color Harmonies of #96C352
Complementary color
Monochromatic Colors of #96C352
Black with #96C352
Text Example
Text Example
White with #96C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C352; }
p { color: rgb(150,195,82); }
H1.HeaderClassName
{
color: #96C352;
}
.AnyTagClassName
{
color: #96C352;
}
</style>
background-color css
<style>
a { background-color: #96C352; }
a { background-color: rgb(150,195,82); }
div.DivClassName
{
background-color: #96C352;
}
.BgClassName
{
background-color: #96C352;
}
</style>
border-color css
<style>
span { border-color: #96C352; }
span { border-color: rgb(150,195,82); }
td.TdClassName
{
border-color: #96C352;
}
.TagClassName
{
border-color: #96C352;
}
</style>