Shades of Tea Green #C9FFAA
Tints of Tea Green #C9FFAA
RGB
CMYK
RGB Variations
Color information
#C9FFAA (or 0xC9FFAA) is known color: Tea Green. HEX triplet: C9, FF and AA. RGB value is (201,255,170). Sum of RGB (Red+Green+Blue) = 201+255+170=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FFAA is #360055. Grayscale: #E5E5E5. Windows color (decimal): -3539030 or 11206601. OLE color: 11206601.
HSL color Cylindrical-coordinate representation of color #C9FFAA: hue angle of 98.12º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9FFAA is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 170 | - |
| CMYK | 0.21 | 0 | 0.33 | 0 |
| HSL | 98.12º | 1% | 0.83% | - |
| HSV(B) | 98.12º | 0.33% | 1% | - |
| XYZ | 67.1 | 86.84 | 51.26 | - |
| YUV | 229.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 170 | 0.21 | 0 | 0.33 | 0 | 98.12 | 1 | 0.83 |
| Hex | C9 | FF | AA | 15 | 0 | 21 | 0 | 62 | 64 | 53 |
| Octal | 311 | 377 | 252 | 25 | 0 | 41 | 0 | 142 | 144 | 123 |
| Binary | 11001001 | 11111111 | 10101010 | 10101 | 0 | 100001 | 0 | 1100010 | 1100100 | 1010011 |
Color Harmonies of #C9FFAA
Complementary color
Monochromatic Colors of #C9FFAA
Black with #C9FFAA
Text Example
Text Example
White with #C9FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFAA; }
p { color: rgb(201,255,170); }
H1.HeaderClassName
{
color: #C9FFAA;
}
.AnyTagClassName
{
color: #C9FFAA;
}
</style>
background-color css
<style>
a { background-color: #C9FFAA; }
a { background-color: rgb(201,255,170); }
div.DivClassName
{
background-color: #C9FFAA;
}
.BgClassName
{
background-color: #C9FFAA;
}
</style>
border-color css
<style>
span { border-color: #C9FFAA; }
span { border-color: rgb(201,255,170); }
td.TdClassName
{
border-color: #C9FFAA;
}
.TagClassName
{
border-color: #C9FFAA;
}
</style>