Shades of Summer Green #96AB9E
Tints of Summer Green #96AB9E
RGB
CMYK
RGB Variations
Color information
#96AB9E (or 0x96AB9E) is known color: Summer Green. HEX triplet: 96, AB and 9E. RGB value is (150,171,158). Sum of RGB (Red+Green+Blue) = 150+171+158=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB9E is #695461. Grayscale: #A3A3A3. Windows color (decimal): -6902882 or 10398614. OLE color: 10398614.
HSL color Cylindrical-coordinate representation of color #96AB9E: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AB9E is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 158 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.33 |
| HSL | 142.86º | 0.11% | 0.63% | - |
| HSV(B) | 142.86º | 0.12% | 0.67% | - |
| XYZ | 33.31 | 38.08 | 37.94 | - |
| YUV | 163.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 158 | 0.12 | 0 | 0.08 | 0.33 | 142.86 | 0.11 | 0.63 |
| Hex | 96 | AB | 9E | C | 0 | 8 | 21 | 8F | B | 3F |
| Octal | 226 | 253 | 236 | 14 | 0 | 10 | 41 | 217 | 13 | 77 |
| Binary | 10010110 | 10101011 | 10011110 | 1100 | 0 | 1000 | 100001 | 10001111 | 1011 | 111111 |
Color Harmonies of #96AB9E
Complementary color
Monochromatic Colors of #96AB9E
Black with #96AB9E
Text Example
Text Example
White with #96AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB9E; }
p { color: rgb(150,171,158); }
H1.HeaderClassName
{
color: #96AB9E;
}
.AnyTagClassName
{
color: #96AB9E;
}
</style>
background-color css
<style>
a { background-color: #96AB9E; }
a { background-color: rgb(150,171,158); }
div.DivClassName
{
background-color: #96AB9E;
}
.BgClassName
{
background-color: #96AB9E;
}
</style>
border-color css
<style>
span { border-color: #96AB9E; }
span { border-color: rgb(150,171,158); }
td.TdClassName
{
border-color: #96AB9E;
}
.TagClassName
{
border-color: #96AB9E;
}
</style>