Shades of Off Green #E0F4E4
Tints of Off Green #E0F4E4
RGB
CMYK
RGB Variations
Color information
#E0F4E4 (or 0xE0F4E4) is known color: Off Green. HEX triplet: E0, F4 and E4. RGB value is (224,244,228). Sum of RGB (Red+Green+Blue) = 224+244+228=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F4E4 is #1F0B1B. Grayscale: #ECECEC. Windows color (decimal): -2034460 or 15004896. OLE color: 15004896.
HSL color Cylindrical-coordinate representation of color #E0F4E4: hue angle of 132º degrees, saturation: 0.48, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F4E4 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 244 | 228 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.04 |
| HSL | 132º | 0.48% | 0.92% | - |
| HSV(B) | 132º | 0.08% | 0.96% | - |
| XYZ | 77.09 | 86.15 | 85.96 | - |
| YUV | 236.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 244 | 228 | 0.08 | 0 | 0.07 | 0.04 | 132 | 0.48 | 0.92 |
| Hex | E0 | F4 | E4 | 8 | 0 | 7 | 4 | 84 | 30 | 5C |
| Octal | 340 | 364 | 344 | 10 | 0 | 7 | 4 | 204 | 60 | 134 |
| Binary | 11100000 | 11110100 | 11100100 | 1000 | 0 | 111 | 100 | 10000100 | 110000 | 1011100 |
Color Harmonies of #E0F4E4
Complementary color
Monochromatic Colors of #E0F4E4
Black with #E0F4E4
Text Example
Text Example
White with #E0F4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F4E4; }
p { color: rgb(224,244,228); }
H1.HeaderClassName
{
color: #E0F4E4;
}
.AnyTagClassName
{
color: #E0F4E4;
}
</style>
background-color css
<style>
a { background-color: #E0F4E4; }
a { background-color: rgb(224,244,228); }
div.DivClassName
{
background-color: #E0F4E4;
}
.BgClassName
{
background-color: #E0F4E4;
}
</style>
border-color css
<style>
span { border-color: #E0F4E4; }
span { border-color: rgb(224,244,228); }
td.TdClassName
{
border-color: #E0F4E4;
}
.TagClassName
{
border-color: #E0F4E4;
}
</style>