Shades of Atlantis #96C852
Tints of Atlantis #96C852
RGB
CMYK
RGB Variations
Color information
#96C852 (or 0x96C852) is known color: Atlantis. HEX triplet: 96, C8 and 52. RGB value is (150,200,82). Sum of RGB (Red+Green+Blue) = 150+200+82=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #96C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C852 is #6937AD. Grayscale: #ACACAC. Windows color (decimal): -6895534 or 5425302. OLE color: 5425302.
HSL color Cylindrical-coordinate representation of color #96C852: hue angle of 85.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C852 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 82 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.22 |
| HSL | 85.42º | 0.52% | 0.55% | - |
| HSV(B) | 85.42º | 0.59% | 0.78% | - |
| XYZ | 34.75 | 48.4 | 15.49 | - |
| YUV | 171.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 82 | 0.25 | 0 | 0.59 | 0.22 | 85.42 | 0.52 | 0.55 |
| Hex | 96 | C8 | 52 | 19 | 0 | 3B | 16 | 55 | 34 | 37 |
| Octal | 226 | 310 | 122 | 31 | 0 | 73 | 26 | 125 | 64 | 67 |
| Binary | 10010110 | 11001000 | 1010010 | 11001 | 0 | 111011 | 10110 | 1010101 | 110100 | 110111 |
Color Harmonies of #96C852
Complementary color
Monochromatic Colors of #96C852
Black with #96C852
Text Example
Text Example
White with #96C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C852; }
p { color: rgb(150,200,82); }
H1.HeaderClassName
{
color: #96C852;
}
.AnyTagClassName
{
color: #96C852;
}
</style>
background-color css
<style>
a { background-color: #96C852; }
a { background-color: rgb(150,200,82); }
div.DivClassName
{
background-color: #96C852;
}
.BgClassName
{
background-color: #96C852;
}
</style>
border-color css
<style>
span { border-color: #96C852; }
span { border-color: rgb(150,200,82); }
td.TdClassName
{
border-color: #96C852;
}
.TagClassName
{
border-color: #96C852;
}
</style>