Shades of Summer Green #96AEA0
Tints of Summer Green #96AEA0
RGB
CMYK
RGB Variations
Color information
#96AEA0 (or 0x96AEA0) is known color: Summer Green. HEX triplet: 96, AE and A0. RGB value is (150,174,160). Sum of RGB (Red+Green+Blue) = 150+174+160=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEA0 is #69515F. Grayscale: #A5A5A5. Windows color (decimal): -6902112 or 10530454. OLE color: 10530454.
HSL color Cylindrical-coordinate representation of color #96AEA0: hue angle of 145º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 160 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.32 |
| HSL | 145º | 0.13% | 0.64% | - |
| HSV(B) | 145º | 0.14% | 0.68% | - |
| XYZ | 34.06 | 39.29 | 39.05 | - |
| YUV | 165.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 160 | 0.14 | 0 | 0.08 | 0.32 | 145 | 0.13 | 0.64 |
| Hex | 96 | AE | A0 | E | 0 | 8 | 20 | 91 | D | 40 |
| Octal | 226 | 256 | 240 | 16 | 0 | 10 | 40 | 221 | 15 | 100 |
| Binary | 10010110 | 10101110 | 10100000 | 1110 | 0 | 1000 | 100000 | 10010001 | 1101 | 1000000 |
Color Harmonies of #96AEA0
Complementary color
Monochromatic Colors of #96AEA0
Black with #96AEA0
Text Example
Text Example
White with #96AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEA0; }
p { color: rgb(150,174,160); }
H1.HeaderClassName
{
color: #96AEA0;
}
.AnyTagClassName
{
color: #96AEA0;
}
</style>
background-color css
<style>
a { background-color: #96AEA0; }
a { background-color: rgb(150,174,160); }
div.DivClassName
{
background-color: #96AEA0;
}
.BgClassName
{
background-color: #96AEA0;
}
</style>
border-color css
<style>
span { border-color: #96AEA0; }
span { border-color: rgb(150,174,160); }
td.TdClassName
{
border-color: #96AEA0;
}
.TagClassName
{
border-color: #96AEA0;
}
</style>