Shades of Atlantis #96C851
Tints of Atlantis #96C851
RGB
CMYK
RGB Variations
Color information
#96C851 (or 0x96C851) is known color: Atlantis. HEX triplet: 96, C8 and 51. RGB value is (150,200,81). Sum of RGB (Red+Green+Blue) = 150+200+81=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #96C851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C851 is #6937AE. Grayscale: #ABABAB. Windows color (decimal): -6895535 or 5359766. OLE color: 5359766.
HSL color Cylindrical-coordinate representation of color #96C851: hue angle of 85.21º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C851 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 81 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.22 |
| HSL | 85.21º | 0.52% | 0.55% | - |
| HSV(B) | 85.21º | 0.6% | 0.78% | - |
| XYZ | 34.72 | 48.39 | 15.29 | - |
| YUV | 171.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 81 | 0.25 | 0 | 0.59 | 0.22 | 85.21 | 0.52 | 0.55 |
| Hex | 96 | C8 | 51 | 19 | 0 | 3B | 16 | 55 | 34 | 37 |
| Octal | 226 | 310 | 121 | 31 | 0 | 73 | 26 | 125 | 64 | 67 |
| Binary | 10010110 | 11001000 | 1010001 | 11001 | 0 | 111011 | 10110 | 1010101 | 110100 | 110111 |
Color Harmonies of #96C851
Complementary color
Monochromatic Colors of #96C851
Black with #96C851
Text Example
Text Example
White with #96C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C851; }
p { color: rgb(150,200,81); }
H1.HeaderClassName
{
color: #96C851;
}
.AnyTagClassName
{
color: #96C851;
}
</style>
background-color css
<style>
a { background-color: #96C851; }
a { background-color: rgb(150,200,81); }
div.DivClassName
{
background-color: #96C851;
}
.BgClassName
{
background-color: #96C851;
}
</style>
border-color css
<style>
span { border-color: #96C851; }
span { border-color: rgb(150,200,81); }
td.TdClassName
{
border-color: #96C851;
}
.TagClassName
{
border-color: #96C851;
}
</style>