Shades of Tea Green #C9F0AD
Tints of Tea Green #C9F0AD
RGB
CMYK
RGB Variations
Color information
#C9F0AD (or 0xC9F0AD) is known color: Tea Green. HEX triplet: C9, F0 and AD. RGB value is (201,240,173). Sum of RGB (Red+Green+Blue) = 201+240+173=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F0AD is #360F52. Grayscale: #DCDCDC. Windows color (decimal): -3542867 or 11399369. OLE color: 11399369.
HSL color Cylindrical-coordinate representation of color #C9F0AD: hue angle of 94.93º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9F0AD is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 173 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.06 |
| HSL | 94.93º | 0.69% | 0.81% | - |
| HSV(B) | 94.93º | 0.28% | 0.94% | - |
| XYZ | 62.79 | 77.75 | 51.23 | - |
| YUV | 220.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 173 | 0.16 | 0 | 0.28 | 0.06 | 94.93 | 0.69 | 0.81 |
| Hex | C9 | F0 | AD | 10 | 0 | 1C | 6 | 5F | 45 | 51 |
| Octal | 311 | 360 | 255 | 20 | 0 | 34 | 6 | 137 | 105 | 121 |
| Binary | 11001001 | 11110000 | 10101101 | 10000 | 0 | 11100 | 110 | 1011111 | 1000101 | 1010001 |
Color Harmonies of #C9F0AD
Complementary color
Monochromatic Colors of #C9F0AD
Black with #C9F0AD
Text Example
Text Example
White with #C9F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0AD; }
p { color: rgb(201,240,173); }
H1.HeaderClassName
{
color: #C9F0AD;
}
.AnyTagClassName
{
color: #C9F0AD;
}
</style>
background-color css
<style>
a { background-color: #C9F0AD; }
a { background-color: rgb(201,240,173); }
div.DivClassName
{
background-color: #C9F0AD;
}
.BgClassName
{
background-color: #C9F0AD;
}
</style>
border-color css
<style>
span { border-color: #C9F0AD; }
span { border-color: rgb(201,240,173); }
td.TdClassName
{
border-color: #C9F0AD;
}
.TagClassName
{
border-color: #C9F0AD;
}
</style>