Shades of Tea Green #D0F9AE
Tints of Tea Green #D0F9AE
RGB
CMYK
RGB Variations
Color information
#D0F9AE (or 0xD0F9AE) is known color: Tea Green. HEX triplet: D0, F9 and AE. RGB value is (208,249,174). Sum of RGB (Red+Green+Blue) = 208+249+174=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F9AE is #2F0651. Grayscale: #E4E4E4. Windows color (decimal): -3081810 or 11467216. OLE color: 11467216.
HSL color Cylindrical-coordinate representation of color #D0F9AE: hue angle of 92.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0F9AE is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 174 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.02 |
| HSL | 92.8º | 0.86% | 0.83% | - |
| HSV(B) | 92.8º | 0.3% | 0.98% | - |
| XYZ | 67.53 | 84.22 | 52.74 | - |
| YUV | 228.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 174 | 0.16 | 0 | 0.30 | 0.02 | 92.8 | 0.86 | 0.83 |
| Hex | D0 | F9 | AE | 10 | 0 | 1E | 2 | 5D | 56 | 53 |
| Octal | 320 | 371 | 256 | 20 | 0 | 36 | 2 | 135 | 126 | 123 |
| Binary | 11010000 | 11111001 | 10101110 | 10000 | 0 | 11110 | 10 | 1011101 | 1010110 | 1010011 |
Color Harmonies of #D0F9AE
Complementary color
Monochromatic Colors of #D0F9AE
Black with #D0F9AE
Text Example
Text Example
White with #D0F9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9AE; }
p { color: rgb(208,249,174); }
H1.HeaderClassName
{
color: #D0F9AE;
}
.AnyTagClassName
{
color: #D0F9AE;
}
</style>
background-color css
<style>
a { background-color: #D0F9AE; }
a { background-color: rgb(208,249,174); }
div.DivClassName
{
background-color: #D0F9AE;
}
.BgClassName
{
background-color: #D0F9AE;
}
</style>
border-color css
<style>
span { border-color: #D0F9AE; }
span { border-color: rgb(208,249,174); }
td.TdClassName
{
border-color: #D0F9AE;
}
.TagClassName
{
border-color: #D0F9AE;
}
</style>