Shades of Hint Of Green #E0FAD0
Tints of Hint Of Green #E0FAD0
RGB
CMYK
RGB Variations
Color information
#E0FAD0 (or 0xE0FAD0) is known color: Hint Of Green. HEX triplet: E0, FA and D0. RGB value is (224,250,208). Sum of RGB (Red+Green+Blue) = 224+250+208=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAD0 is #1F052F. Grayscale: #EDEDED. Windows color (decimal): -2032944 or 13695712. OLE color: 13695712.
HSL color Cylindrical-coordinate representation of color #E0FAD0: hue angle of 97.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0FAD0 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 208 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.02 |
| HSL | 97.14º | 0.81% | 0.9% | - |
| HSV(B) | 97.14º | 0.17% | 0.98% | - |
| XYZ | 76.31 | 88.77 | 72.79 | - |
| YUV | 237.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 208 | 0.10 | 0 | 0.17 | 0.02 | 97.14 | 0.81 | 0.9 |
| Hex | E0 | FA | D0 | A | 0 | 11 | 2 | 61 | 51 | 5A |
| Octal | 340 | 372 | 320 | 12 | 0 | 21 | 2 | 141 | 121 | 132 |
| Binary | 11100000 | 11111010 | 11010000 | 1010 | 0 | 10001 | 10 | 1100001 | 1010001 | 1011010 |
Color Harmonies of #E0FAD0
Complementary color
Monochromatic Colors of #E0FAD0
Black with #E0FAD0
Text Example
Text Example
White with #E0FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAD0; }
p { color: rgb(224,250,208); }
H1.HeaderClassName
{
color: #E0FAD0;
}
.AnyTagClassName
{
color: #E0FAD0;
}
</style>
background-color css
<style>
a { background-color: #E0FAD0; }
a { background-color: rgb(224,250,208); }
div.DivClassName
{
background-color: #E0FAD0;
}
.BgClassName
{
background-color: #E0FAD0;
}
</style>
border-color css
<style>
span { border-color: #E0FAD0; }
span { border-color: rgb(224,250,208); }
td.TdClassName
{
border-color: #E0FAD0;
}
.TagClassName
{
border-color: #E0FAD0;
}
</style>