Shades of Tea Green #C9FFAF
Tints of Tea Green #C9FFAF
RGB
CMYK
RGB Variations
Color information
#C9FFAF (or 0xC9FFAF) is known color: Tea Green. HEX triplet: C9, FF and AF. RGB value is (201,255,175). Sum of RGB (Red+Green+Blue) = 201+255+175=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FFAF is #360050. Grayscale: #E6E6E6. Windows color (decimal): -3539025 or 11534281. OLE color: 11534281.
HSL color Cylindrical-coordinate representation of color #C9FFAF: hue angle of 100.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9FFAF is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 175 | - |
| CMYK | 0.21 | 0 | 0.31 | 0 |
| HSL | 100.5º | 1% | 0.84% | - |
| HSV(B) | 100.5º | 0.31% | 1% | - |
| XYZ | 67.59 | 87.03 | 53.79 | - |
| YUV | 229.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 175 | 0.21 | 0 | 0.31 | 0 | 100.5 | 1 | 0.84 |
| Hex | C9 | FF | AF | 15 | 0 | 1F | 0 | 64 | 64 | 54 |
| Octal | 311 | 377 | 257 | 25 | 0 | 37 | 0 | 144 | 144 | 124 |
| Binary | 11001001 | 11111111 | 10101111 | 10101 | 0 | 11111 | 0 | 1100100 | 1100100 | 1010100 |
Color Harmonies of #C9FFAF
Complementary color
Monochromatic Colors of #C9FFAF
Black with #C9FFAF
Text Example
Text Example
White with #C9FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFAF; }
p { color: rgb(201,255,175); }
H1.HeaderClassName
{
color: #C9FFAF;
}
.AnyTagClassName
{
color: #C9FFAF;
}
</style>
background-color css
<style>
a { background-color: #C9FFAF; }
a { background-color: rgb(201,255,175); }
div.DivClassName
{
background-color: #C9FFAF;
}
.BgClassName
{
background-color: #C9FFAF;
}
</style>
border-color css
<style>
span { border-color: #C9FFAF; }
span { border-color: rgb(201,255,175); }
td.TdClassName
{
border-color: #C9FFAF;
}
.TagClassName
{
border-color: #C9FFAF;
}
</style>