Shades of Hint Of Green #E2FAD0
Tints of Hint Of Green #E2FAD0
RGB
CMYK
RGB Variations
Color information
#E2FAD0 (or 0xE2FAD0) is known color: Hint Of Green. HEX triplet: E2, FA and D0. RGB value is (226,250,208). Sum of RGB (Red+Green+Blue) = 226+250+208=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAD0 is #1D052F. Grayscale: #EEEEEE. Windows color (decimal): -1901872 or 13695714. OLE color: 13695714.
HSL color Cylindrical-coordinate representation of color #E2FAD0: hue angle of 94.29º 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 #E2FAD0 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 208 | - |
CMYK | 0.10 | 0 | 0.17 | 0.02 |
HSL | 94.29º | 0.81% | 0.9% | - |
HSV(B) | 94.29º | 0.17% | 0.98% | - |
XYZ | 76.93 | 89.09 | 72.82 | - |
YUV | 238.04 | 111.05 | 119.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 208 | 0.10 | 0 | 0.17 | 0.02 | 94.29 | 0.81 | 0.9 |
Hex | E2 | FA | D0 | A | 0 | 11 | 2 | 5E | 51 | 5A |
Octal | 342 | 372 | 320 | 12 | 0 | 21 | 2 | 136 | 121 | 132 |
Binary | 11100010 | 11111010 | 11010000 | 1010 | 0 | 10001 | 10 | 1011110 | 1010001 | 1011010 |
Color Harmonies of #E2FAD0
Complementary color
Monochromatic Colors of #E2FAD0
Black with #E2FAD0
Text Example
Text Example
White with #E2FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAD0; }
p { color: rgb(226,250,208); }
H1.HeaderClassName
{
color: #E2FAD0;
}
.AnyTagClassName
{
color: #E2FAD0;
}
</style>
background-color css
<style>
a { background-color: #E2FAD0; }
a { background-color: rgb(226,250,208); }
div.DivClassName
{
background-color: #E2FAD0;
}
.BgClassName
{
background-color: #E2FAD0;
}
</style>
border-color css
<style>
span { border-color: #E2FAD0; }
span { border-color: rgb(226,250,208); }
td.TdClassName
{
border-color: #E2FAD0;
}
.TagClassName
{
border-color: #E2FAD0;
}
</style>