Shades of Hint Of Green #E0F2DA
Tints of Hint Of Green #E0F2DA
RGB
CMYK
RGB Variations
Color information
#E0F2DA (or 0xE0F2DA) is known color: Hint Of Green. HEX triplet: E0, F2 and DA. RGB value is (224,242,218). Sum of RGB (Red+Green+Blue) = 224+242+218=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2DA is #1F0D25. Grayscale: #E9E9E9. Windows color (decimal): -2034982 or 14349024. OLE color: 14349024.
HSL color Cylindrical-coordinate representation of color #E0F2DA: hue angle of 105º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F2DA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 218 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.05 |
| HSL | 105º | 0.48% | 0.9% | - |
| HSV(B) | 105º | 0.1% | 0.95% | - |
| XYZ | 75.15 | 84.41 | 78.66 | - |
| YUV | 233.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 218 | 0.07 | 0 | 0.10 | 0.05 | 105 | 0.48 | 0.9 |
| Hex | E0 | F2 | DA | 7 | 0 | A | 5 | 69 | 30 | 5A |
| Octal | 340 | 362 | 332 | 7 | 0 | 12 | 5 | 151 | 60 | 132 |
| Binary | 11100000 | 11110010 | 11011010 | 111 | 0 | 1010 | 101 | 1101001 | 110000 | 1011010 |
Color Harmonies of #E0F2DA
Complementary color
Monochromatic Colors of #E0F2DA
Black with #E0F2DA
Text Example
Text Example
White with #E0F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2DA; }
p { color: rgb(224,242,218); }
H1.HeaderClassName
{
color: #E0F2DA;
}
.AnyTagClassName
{
color: #E0F2DA;
}
</style>
background-color css
<style>
a { background-color: #E0F2DA; }
a { background-color: rgb(224,242,218); }
div.DivClassName
{
background-color: #E0F2DA;
}
.BgClassName
{
background-color: #E0F2DA;
}
</style>
border-color css
<style>
span { border-color: #E0F2DA; }
span { border-color: rgb(224,242,218); }
td.TdClassName
{
border-color: #E0F2DA;
}
.TagClassName
{
border-color: #E0F2DA;
}
</style>