Shades of Summer Green #96C3A0
Tints of Summer Green #96C3A0
RGB
CMYK
RGB Variations
Color information
#96C3A0 (or 0x96C3A0) is known color: Summer Green. HEX triplet: 96, C3 and A0. RGB value is (150,195,160). Sum of RGB (Red+Green+Blue) = 150+195+160=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C3A0 is #693C5F. Grayscale: #B1B1B1. Windows color (decimal): -6896736 or 10535830. OLE color: 10535830.
HSL color Cylindrical-coordinate representation of color #96C3A0: hue angle of 133.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C3A0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 160 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.24 |
| HSL | 133.33º | 0.27% | 0.68% | - |
| HSV(B) | 133.33º | 0.23% | 0.76% | - |
| XYZ | 38.44 | 48.05 | 40.51 | - |
| YUV | 177.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 160 | 0.23 | 0 | 0.18 | 0.24 | 133.33 | 0.27 | 0.68 |
| Hex | 96 | C3 | A0 | 17 | 0 | 12 | 18 | 85 | 1B | 44 |
| Octal | 226 | 303 | 240 | 27 | 0 | 22 | 30 | 205 | 33 | 104 |
| Binary | 10010110 | 11000011 | 10100000 | 10111 | 0 | 10010 | 11000 | 10000101 | 11011 | 1000100 |
Color Harmonies of #96C3A0
Complementary color
Monochromatic Colors of #96C3A0
Black with #96C3A0
Text Example
Text Example
White with #96C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3A0; }
p { color: rgb(150,195,160); }
H1.HeaderClassName
{
color: #96C3A0;
}
.AnyTagClassName
{
color: #96C3A0;
}
</style>
background-color css
<style>
a { background-color: #96C3A0; }
a { background-color: rgb(150,195,160); }
div.DivClassName
{
background-color: #96C3A0;
}
.BgClassName
{
background-color: #96C3A0;
}
</style>
border-color css
<style>
span { border-color: #96C3A0; }
span { border-color: rgb(150,195,160); }
td.TdClassName
{
border-color: #96C3A0;
}
.TagClassName
{
border-color: #96C3A0;
}
</style>