Shades of Tea Green #C9FCAA
Tints of Tea Green #C9FCAA
RGB
CMYK
RGB Variations
Color information
#C9FCAA (or 0xC9FCAA) is known color: Tea Green. HEX triplet: C9, FC and AA. RGB value is (201,252,170). Sum of RGB (Red+Green+Blue) = 201+252+170=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FCAA is #360355. Grayscale: #E3E3E3. Windows color (decimal): -3539798 or 11205833. OLE color: 11205833.
HSL color Cylindrical-coordinate representation of color #C9FCAA: hue angle of 97.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9FCAA is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 170 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.01 |
| HSL | 97.32º | 0.93% | 0.83% | - |
| HSV(B) | 97.32º | 0.33% | 0.99% | - |
| XYZ | 66.15 | 84.94 | 50.94 | - |
| YUV | 227.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 170 | 0.20 | 0 | 0.33 | 0.01 | 97.32 | 0.93 | 0.83 |
| Hex | C9 | FC | AA | 14 | 0 | 21 | 1 | 61 | 5D | 53 |
| Octal | 311 | 374 | 252 | 24 | 0 | 41 | 1 | 141 | 135 | 123 |
| Binary | 11001001 | 11111100 | 10101010 | 10100 | 0 | 100001 | 1 | 1100001 | 1011101 | 1010011 |
Color Harmonies of #C9FCAA
Complementary color
Monochromatic Colors of #C9FCAA
Black with #C9FCAA
Text Example
Text Example
White with #C9FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCAA; }
p { color: rgb(201,252,170); }
H1.HeaderClassName
{
color: #C9FCAA;
}
.AnyTagClassName
{
color: #C9FCAA;
}
</style>
background-color css
<style>
a { background-color: #C9FCAA; }
a { background-color: rgb(201,252,170); }
div.DivClassName
{
background-color: #C9FCAA;
}
.BgClassName
{
background-color: #C9FCAA;
}
</style>
border-color css
<style>
span { border-color: #C9FCAA; }
span { border-color: rgb(201,252,170); }
td.TdClassName
{
border-color: #C9FCAA;
}
.TagClassName
{
border-color: #C9FCAA;
}
</style>