Shades of Summer Green #96AD9F
Tints of Summer Green #96AD9F
RGB
CMYK
RGB Variations
Color information
#96AD9F (or 0x96AD9F) is known color: Summer Green. HEX triplet: 96, AD and 9F. RGB value is (150,173,159). Sum of RGB (Red+Green+Blue) = 150+173+159=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AD9F is #695260. Grayscale: #A4A4A4. Windows color (decimal): -6902369 or 10464662. OLE color: 10464662.
HSL color Cylindrical-coordinate representation of color #96AD9F: hue angle of 143.48º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96AD9F is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 159 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.32 |
| HSL | 143.48º | 0.12% | 0.63% | - |
| HSV(B) | 143.48º | 0.13% | 0.68% | - |
| XYZ | 33.78 | 38.87 | 38.52 | - |
| YUV | 164.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 159 | 0.13 | 0 | 0.08 | 0.32 | 143.48 | 0.12 | 0.63 |
| Hex | 96 | AD | 9F | D | 0 | 8 | 20 | 8F | C | 3F |
| Octal | 226 | 255 | 237 | 15 | 0 | 10 | 40 | 217 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10011111 | 1101 | 0 | 1000 | 100000 | 10001111 | 1100 | 111111 |
Color Harmonies of #96AD9F
Complementary color
Monochromatic Colors of #96AD9F
Black with #96AD9F
Text Example
Text Example
White with #96AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD9F; }
p { color: rgb(150,173,159); }
H1.HeaderClassName
{
color: #96AD9F;
}
.AnyTagClassName
{
color: #96AD9F;
}
</style>
background-color css
<style>
a { background-color: #96AD9F; }
a { background-color: rgb(150,173,159); }
div.DivClassName
{
background-color: #96AD9F;
}
.BgClassName
{
background-color: #96AD9F;
}
</style>
border-color css
<style>
span { border-color: #96AD9F; }
span { border-color: rgb(150,173,159); }
td.TdClassName
{
border-color: #96AD9F;
}
.TagClassName
{
border-color: #96AD9F;
}
</style>