Shades of Tea Green #C9E9AF
Tints of Tea Green #C9E9AF
RGB
CMYK
RGB Variations
Color information
#C9E9AF (or 0xC9E9AF) is known color: Tea Green. HEX triplet: C9, E9 and AF. RGB value is (201,233,175). Sum of RGB (Red+Green+Blue) = 201+233+175=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9E9AF is #361650. Grayscale: #D9D9D9. Windows color (decimal): -3544657 or 11528649. OLE color: 11528649.
HSL color Cylindrical-coordinate representation of color #C9E9AF: hue angle of 93.1º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9E9AF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 175 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.09 |
| HSL | 93.1º | 0.57% | 0.8% | - |
| HSV(B) | 93.1º | 0.25% | 0.91% | - |
| XYZ | 60.96 | 73.79 | 51.59 | - |
| YUV | 216.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 175 | 0.14 | 0 | 0.25 | 0.09 | 93.1 | 0.57 | 0.8 |
| Hex | C9 | E9 | AF | E | 0 | 19 | 9 | 5D | 39 | 50 |
| Octal | 311 | 351 | 257 | 16 | 0 | 31 | 11 | 135 | 71 | 120 |
| Binary | 11001001 | 11101001 | 10101111 | 1110 | 0 | 11001 | 1001 | 1011101 | 111001 | 1010000 |
Color Harmonies of #C9E9AF
Complementary color
Monochromatic Colors of #C9E9AF
Black with #C9E9AF
Text Example
Text Example
White with #C9E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E9AF; }
p { color: rgb(201,233,175); }
H1.HeaderClassName
{
color: #C9E9AF;
}
.AnyTagClassName
{
color: #C9E9AF;
}
</style>
background-color css
<style>
a { background-color: #C9E9AF; }
a { background-color: rgb(201,233,175); }
div.DivClassName
{
background-color: #C9E9AF;
}
.BgClassName
{
background-color: #C9E9AF;
}
</style>
border-color css
<style>
span { border-color: #C9E9AF; }
span { border-color: rgb(201,233,175); }
td.TdClassName
{
border-color: #C9E9AF;
}
.TagClassName
{
border-color: #C9E9AF;
}
</style>