Shades of Summer Green #99C0A0
Tints of Summer Green #99C0A0
RGB
CMYK
RGB Variations
Color information
#99C0A0 (or 0x99C0A0) is known color: Summer Green. HEX triplet: 99, C0 and A0. RGB value is (153,192,160). Sum of RGB (Red+Green+Blue) = 153+192+160=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C0A0 is #663F5F. Grayscale: #B0B0B0. Windows color (decimal): -6700896 or 10535065. OLE color: 10535065.
HSL color Cylindrical-coordinate representation of color #99C0A0: hue angle of 130.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C0A0 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 160 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.25 |
| HSL | 130.77º | 0.24% | 0.68% | - |
| HSV(B) | 130.77º | 0.2% | 0.75% | - |
| XYZ | 38.33 | 47.01 | 40.31 | - |
| YUV | 176.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 160 | 0.20 | 0 | 0.17 | 0.25 | 130.77 | 0.24 | 0.68 |
| Hex | 99 | C0 | A0 | 14 | 0 | 11 | 19 | 83 | 18 | 44 |
| Octal | 231 | 300 | 240 | 24 | 0 | 21 | 31 | 203 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10100000 | 10100 | 0 | 10001 | 11001 | 10000011 | 11000 | 1000100 |
Color Harmonies of #99C0A0
Complementary color
Monochromatic Colors of #99C0A0
Black with #99C0A0
Text Example
Text Example
White with #99C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0A0; }
p { color: rgb(153,192,160); }
H1.HeaderClassName
{
color: #99C0A0;
}
.AnyTagClassName
{
color: #99C0A0;
}
</style>
background-color css
<style>
a { background-color: #99C0A0; }
a { background-color: rgb(153,192,160); }
div.DivClassName
{
background-color: #99C0A0;
}
.BgClassName
{
background-color: #99C0A0;
}
</style>
border-color css
<style>
span { border-color: #99C0A0; }
span { border-color: rgb(153,192,160); }
td.TdClassName
{
border-color: #99C0A0;
}
.TagClassName
{
border-color: #99C0A0;
}
</style>