Shades of Tea Green #C9F2AD
Tints of Tea Green #C9F2AD
RGB
CMYK
RGB Variations
Color information
#C9F2AD (or 0xC9F2AD) is known color: Tea Green. HEX triplet: C9, F2 and AD. RGB value is (201,242,173). Sum of RGB (Red+Green+Blue) = 201+242+173=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F2AD is #360D52. Grayscale: #DEDEDE. Windows color (decimal): -3542355 or 11399881. OLE color: 11399881.
HSL color Cylindrical-coordinate representation of color #C9F2AD: hue angle of 95.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9F2AD is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 173 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.05 |
| HSL | 95.65º | 0.73% | 0.81% | - |
| HSV(B) | 95.65º | 0.29% | 0.95% | - |
| XYZ | 63.38 | 78.94 | 51.43 | - |
| YUV | 221.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 173 | 0.17 | 0 | 0.29 | 0.05 | 95.65 | 0.73 | 0.81 |
| Hex | C9 | F2 | AD | 11 | 0 | 1D | 5 | 60 | 49 | 51 |
| Octal | 311 | 362 | 255 | 21 | 0 | 35 | 5 | 140 | 111 | 121 |
| Binary | 11001001 | 11110010 | 10101101 | 10001 | 0 | 11101 | 101 | 1100000 | 1001001 | 1010001 |
Color Harmonies of #C9F2AD
Complementary color
Monochromatic Colors of #C9F2AD
Black with #C9F2AD
Text Example
Text Example
White with #C9F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F2AD; }
p { color: rgb(201,242,173); }
H1.HeaderClassName
{
color: #C9F2AD;
}
.AnyTagClassName
{
color: #C9F2AD;
}
</style>
background-color css
<style>
a { background-color: #C9F2AD; }
a { background-color: rgb(201,242,173); }
div.DivClassName
{
background-color: #C9F2AD;
}
.BgClassName
{
background-color: #C9F2AD;
}
</style>
border-color css
<style>
span { border-color: #C9F2AD; }
span { border-color: rgb(201,242,173); }
td.TdClassName
{
border-color: #C9F2AD;
}
.TagClassName
{
border-color: #C9F2AD;
}
</style>