Shades of Off Green #E0F2E4
Tints of Off Green #E0F2E4
RGB
CMYK
RGB Variations
Color information
#E0F2E4 (or 0xE0F2E4) is known color: Off Green. HEX triplet: E0, F2 and E4. RGB value is (224,242,228). Sum of RGB (Red+Green+Blue) = 224+242+228=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 228 (89.45% from 255 or 32.85% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2E4 is #1F0D1B. Grayscale: #EBEBEB. Windows color (decimal): -2034972 or 15004384. OLE color: 15004384.
HSL color Cylindrical-coordinate representation of color #E0F2E4: hue angle of 133.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2E4 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 228 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.05 |
| HSL | 133.33º | 0.41% | 0.91% | - |
| HSV(B) | 133.33º | 0.07% | 0.95% | - |
| XYZ | 76.5 | 84.95 | 85.76 | - |
| YUV | 235.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 228 | 0.07 | 0 | 0.06 | 0.05 | 133.33 | 0.41 | 0.91 |
| Hex | E0 | F2 | E4 | 7 | 0 | 6 | 5 | 85 | 29 | 5B |
| Octal | 340 | 362 | 344 | 7 | 0 | 6 | 5 | 205 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11100100 | 111 | 0 | 110 | 101 | 10000101 | 101001 | 1011011 |
Color Harmonies of #E0F2E4
Complementary color
Monochromatic Colors of #E0F2E4
Black with #E0F2E4
Text Example
Text Example
White with #E0F2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2E4; }
p { color: rgb(224,242,228); }
H1.HeaderClassName
{
color: #E0F2E4;
}
.AnyTagClassName
{
color: #E0F2E4;
}
</style>
background-color css
<style>
a { background-color: #E0F2E4; }
a { background-color: rgb(224,242,228); }
div.DivClassName
{
background-color: #E0F2E4;
}
.BgClassName
{
background-color: #E0F2E4;
}
</style>
border-color css
<style>
span { border-color: #E0F2E4; }
span { border-color: rgb(224,242,228); }
td.TdClassName
{
border-color: #E0F2E4;
}
.TagClassName
{
border-color: #E0F2E4;
}
</style>