Shades of Summer Green #99C1A1
Tints of Summer Green #99C1A1
RGB
CMYK
RGB Variations
Color information
#99C1A1 (or 0x99C1A1) is known color: Summer Green. HEX triplet: 99, C1 and A1. RGB value is (153,193,161). Sum of RGB (Red+Green+Blue) = 153+193+161=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1A1 is #663E5E. Grayscale: #B1B1B1. Windows color (decimal): -6700639 or 10600857. OLE color: 10600857.
HSL color Cylindrical-coordinate representation of color #99C1A1: hue angle of 132º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C1A1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 161 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.24 |
| HSL | 132º | 0.24% | 0.68% | - |
| HSV(B) | 132º | 0.21% | 0.76% | - |
| XYZ | 38.64 | 47.49 | 40.85 | - |
| YUV | 177.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 161 | 0.21 | 0 | 0.17 | 0.24 | 132 | 0.24 | 0.68 |
| Hex | 99 | C1 | A1 | 15 | 0 | 11 | 18 | 84 | 18 | 44 |
| Octal | 231 | 301 | 241 | 25 | 0 | 21 | 30 | 204 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10100001 | 10101 | 0 | 10001 | 11000 | 10000100 | 11000 | 1000100 |
Color Harmonies of #99C1A1
Complementary color
Monochromatic Colors of #99C1A1
Black with #99C1A1
Text Example
Text Example
White with #99C1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1A1; }
p { color: rgb(153,193,161); }
H1.HeaderClassName
{
color: #99C1A1;
}
.AnyTagClassName
{
color: #99C1A1;
}
</style>
background-color css
<style>
a { background-color: #99C1A1; }
a { background-color: rgb(153,193,161); }
div.DivClassName
{
background-color: #99C1A1;
}
.BgClassName
{
background-color: #99C1A1;
}
</style>
border-color css
<style>
span { border-color: #99C1A1; }
span { border-color: rgb(153,193,161); }
td.TdClassName
{
border-color: #99C1A1;
}
.TagClassName
{
border-color: #99C1A1;
}
</style>