Shades of Summer Green #96C2A0
Tints of Summer Green #96C2A0
RGB
CMYK
RGB Variations
Color information
#96C2A0 (or 0x96C2A0) is known color: Summer Green. HEX triplet: 96, C2 and A0. RGB value is (150,194,160). Sum of RGB (Red+Green+Blue) = 150+194+160=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2A0 is #693D5F. Grayscale: #B1B1B1. Windows color (decimal): -6896992 or 10535574. OLE color: 10535574.
HSL color Cylindrical-coordinate representation of color #96C2A0: hue angle of 133.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2A0 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 160 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.24 |
| HSL | 133.64º | 0.27% | 0.67% | - |
| HSV(B) | 133.64º | 0.23% | 0.76% | - |
| XYZ | 38.21 | 47.61 | 40.43 | - |
| YUV | 176.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 160 | 0.23 | 0 | 0.18 | 0.24 | 133.64 | 0.27 | 0.67 |
| Hex | 96 | C2 | A0 | 17 | 0 | 12 | 18 | 86 | 1B | 43 |
| Octal | 226 | 302 | 240 | 27 | 0 | 22 | 30 | 206 | 33 | 103 |
| Binary | 10010110 | 11000010 | 10100000 | 10111 | 0 | 10010 | 11000 | 10000110 | 11011 | 1000011 |
Color Harmonies of #96C2A0
Complementary color
Monochromatic Colors of #96C2A0
Black with #96C2A0
Text Example
Text Example
White with #96C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2A0; }
p { color: rgb(150,194,160); }
H1.HeaderClassName
{
color: #96C2A0;
}
.AnyTagClassName
{
color: #96C2A0;
}
</style>
background-color css
<style>
a { background-color: #96C2A0; }
a { background-color: rgb(150,194,160); }
div.DivClassName
{
background-color: #96C2A0;
}
.BgClassName
{
background-color: #96C2A0;
}
</style>
border-color css
<style>
span { border-color: #96C2A0; }
span { border-color: rgb(150,194,160); }
td.TdClassName
{
border-color: #96C2A0;
}
.TagClassName
{
border-color: #96C2A0;
}
</style>