Shades of Apple Green #E0F2DC
Tints of Apple Green #E0F2DC
RGB
CMYK
RGB Variations
Color information
#E0F2DC (or 0xE0F2DC) is known color: Apple Green. HEX triplet: E0, F2 and DC. RGB value is (224,242,220). Sum of RGB (Red+Green+Blue) = 224+242+220=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2DC is #1F0D23. Grayscale: #EAEAEA. Windows color (decimal): -2034980 or 14480096. OLE color: 14480096.
HSL color Cylindrical-coordinate representation of color #E0F2DC: hue angle of 109.09º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0F2DC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 220 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.05 |
| HSL | 109.09º | 0.46% | 0.91% | - |
| HSV(B) | 109.09º | 0.09% | 0.95% | - |
| XYZ | 75.41 | 84.52 | 80.05 | - |
| YUV | 234.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 220 | 0.07 | 0 | 0.09 | 0.05 | 109.09 | 0.46 | 0.91 |
| Hex | E0 | F2 | DC | 7 | 0 | 9 | 5 | 6D | 2E | 5B |
| Octal | 340 | 362 | 334 | 7 | 0 | 11 | 5 | 155 | 56 | 133 |
| Binary | 11100000 | 11110010 | 11011100 | 111 | 0 | 1001 | 101 | 1101101 | 101110 | 1011011 |
Color Harmonies of #E0F2DC
Complementary color
Monochromatic Colors of #E0F2DC
Black with #E0F2DC
Text Example
Text Example
White with #E0F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2DC; }
p { color: rgb(224,242,220); }
H1.HeaderClassName
{
color: #E0F2DC;
}
.AnyTagClassName
{
color: #E0F2DC;
}
</style>
background-color css
<style>
a { background-color: #E0F2DC; }
a { background-color: rgb(224,242,220); }
div.DivClassName
{
background-color: #E0F2DC;
}
.BgClassName
{
background-color: #E0F2DC;
}
</style>
border-color css
<style>
span { border-color: #E0F2DC; }
span { border-color: rgb(224,242,220); }
td.TdClassName
{
border-color: #E0F2DC;
}
.TagClassName
{
border-color: #E0F2DC;
}
</style>