Shades of Summer Green #96C0A2
Tints of Summer Green #96C0A2
RGB
CMYK
RGB Variations
Color information
#96C0A2 (or 0x96C0A2) is known color: Summer Green. HEX triplet: 96, C0 and A2. RGB value is (150,192,162). Sum of RGB (Red+Green+Blue) = 150+192+162=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0A2 is #693F5D. Grayscale: #B0B0B0. Windows color (decimal): -6897502 or 10666134. OLE color: 10666134.
HSL color Cylindrical-coordinate representation of color #96C0A2: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0A2 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 162 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.25 |
| HSL | 137.14º | 0.25% | 0.67% | - |
| HSV(B) | 137.14º | 0.22% | 0.75% | - |
| XYZ | 37.95 | 46.79 | 41.21 | - |
| YUV | 176.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 162 | 0.22 | 0 | 0.16 | 0.25 | 137.14 | 0.25 | 0.67 |
| Hex | 96 | C0 | A2 | 16 | 0 | 10 | 19 | 89 | 19 | 43 |
| Octal | 226 | 300 | 242 | 26 | 0 | 20 | 31 | 211 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10100010 | 10110 | 0 | 10000 | 11001 | 10001001 | 11001 | 1000011 |
Color Harmonies of #96C0A2
Complementary color
Monochromatic Colors of #96C0A2
Black with #96C0A2
Text Example
Text Example
White with #96C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0A2; }
p { color: rgb(150,192,162); }
H1.HeaderClassName
{
color: #96C0A2;
}
.AnyTagClassName
{
color: #96C0A2;
}
</style>
background-color css
<style>
a { background-color: #96C0A2; }
a { background-color: rgb(150,192,162); }
div.DivClassName
{
background-color: #96C0A2;
}
.BgClassName
{
background-color: #96C0A2;
}
</style>
border-color css
<style>
span { border-color: #96C0A2; }
span { border-color: rgb(150,192,162); }
td.TdClassName
{
border-color: #96C0A2;
}
.TagClassName
{
border-color: #96C0A2;
}
</style>