Shades of Atlantis #96C955
Tints of Atlantis #96C955
RGB
CMYK
RGB Variations
Color information
#96C955 (or 0x96C955) is known color: Atlantis. HEX triplet: 96, C9 and 55. RGB value is (150,201,85). Sum of RGB (Red+Green+Blue) = 150+201+85=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #96C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C955 is #6936AA. Grayscale: #ACACAC. Windows color (decimal): -6895275 or 5622166. OLE color: 5622166.
HSL color Cylindrical-coordinate representation of color #96C955: hue angle of 86.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96C955 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 85 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.21 |
| HSL | 86.38º | 0.52% | 0.56% | - |
| HSV(B) | 86.38º | 0.58% | 0.79% | - |
| XYZ | 35.1 | 48.91 | 16.19 | - |
| YUV | 172.53 | 78.6 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 85 | 0.25 | 0 | 0.58 | 0.21 | 86.38 | 0.52 | 0.56 |
| Hex | 96 | C9 | 55 | 19 | 0 | 3A | 15 | 56 | 34 | 38 |
| Octal | 226 | 311 | 125 | 31 | 0 | 72 | 25 | 126 | 64 | 70 |
| Binary | 10010110 | 11001001 | 1010101 | 11001 | 0 | 111010 | 10101 | 1010110 | 110100 | 111000 |
Color Harmonies of #96C955
Complementary color
Monochromatic Colors of #96C955
Black with #96C955
Text Example
Text Example
White with #96C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C955; }
p { color: rgb(150,201,85); }
H1.HeaderClassName
{
color: #96C955;
}
.AnyTagClassName
{
color: #96C955;
}
</style>
background-color css
<style>
a { background-color: #96C955; }
a { background-color: rgb(150,201,85); }
div.DivClassName
{
background-color: #96C955;
}
.BgClassName
{
background-color: #96C955;
}
</style>
border-color css
<style>
span { border-color: #96C955; }
span { border-color: rgb(150,201,85); }
td.TdClassName
{
border-color: #96C955;
}
.TagClassName
{
border-color: #96C955;
}
</style>