Shades of Atlantis #96D955
Tints of Atlantis #96D955
RGB
CMYK
RGB Variations
Color information
#96D955 (or 0x96D955) is known color: Atlantis. HEX triplet: 96, D9 and 55. RGB value is (150,217,85). Sum of RGB (Red+Green+Blue) = 150+217+85=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #96D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D955 is #6926AA. Grayscale: #B6B6B6. Windows color (decimal): -6891179 or 5626262. OLE color: 5626262.
HSL color Cylindrical-coordinate representation of color #96D955: hue angle of 90.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96D955 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 85 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.15 |
| HSL | 90.45º | 0.63% | 0.59% | - |
| HSV(B) | 90.45º | 0.61% | 0.85% | - |
| XYZ | 39.03 | 56.77 | 17.49 | - |
| YUV | 181.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 85 | 0.31 | 0 | 0.61 | 0.15 | 90.45 | 0.63 | 0.59 |
| Hex | 96 | D9 | 55 | 1F | 0 | 3D | F | 5A | 3F | 3B |
| Octal | 226 | 331 | 125 | 37 | 0 | 75 | 17 | 132 | 77 | 73 |
| Binary | 10010110 | 11011001 | 1010101 | 11111 | 0 | 111101 | 1111 | 1011010 | 111111 | 111011 |
Color Harmonies of #96D955
Complementary color
Monochromatic Colors of #96D955
Black with #96D955
Text Example
Text Example
White with #96D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D955; }
p { color: rgb(150,217,85); }
H1.HeaderClassName
{
color: #96D955;
}
.AnyTagClassName
{
color: #96D955;
}
</style>
background-color css
<style>
a { background-color: #96D955; }
a { background-color: rgb(150,217,85); }
div.DivClassName
{
background-color: #96D955;
}
.BgClassName
{
background-color: #96D955;
}
</style>
border-color css
<style>
span { border-color: #96D955; }
span { border-color: rgb(150,217,85); }
td.TdClassName
{
border-color: #96D955;
}
.TagClassName
{
border-color: #96D955;
}
</style>