Shades of Off Green #E0F1E3
Tints of Off Green #E0F1E3
RGB
CMYK
RGB Variations
Color information
#E0F1E3 (or 0xE0F1E3) is known color: Off Green. HEX triplet: E0, F1 and E3. RGB value is (224,241,227). Sum of RGB (Red+Green+Blue) = 224+241+227=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1E3 is #1F0E1C. Grayscale: #EAEAEA. Windows color (decimal): -2035229 or 14938592. OLE color: 14938592.
HSL color Cylindrical-coordinate representation of color #E0F1E3: hue angle of 130.59º degrees, saturation: 0.38, 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 #E0F1E3 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 227 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.05 |
| HSL | 130.59º | 0.38% | 0.91% | - |
| HSV(B) | 130.59º | 0.07% | 0.95% | - |
| XYZ | 76.06 | 84.3 | 84.94 | - |
| YUV | 234.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 227 | 0.07 | 0 | 0.06 | 0.05 | 130.59 | 0.38 | 0.91 |
| Hex | E0 | F1 | E3 | 7 | 0 | 6 | 5 | 83 | 26 | 5B |
| Octal | 340 | 361 | 343 | 7 | 0 | 6 | 5 | 203 | 46 | 133 |
| Binary | 11100000 | 11110001 | 11100011 | 111 | 0 | 110 | 101 | 10000011 | 100110 | 1011011 |
Color Harmonies of #E0F1E3
Complementary color
Monochromatic Colors of #E0F1E3
Black with #E0F1E3
Text Example
Text Example
White with #E0F1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1E3; }
p { color: rgb(224,241,227); }
H1.HeaderClassName
{
color: #E0F1E3;
}
.AnyTagClassName
{
color: #E0F1E3;
}
</style>
background-color css
<style>
a { background-color: #E0F1E3; }
a { background-color: rgb(224,241,227); }
div.DivClassName
{
background-color: #E0F1E3;
}
.BgClassName
{
background-color: #E0F1E3;
}
</style>
border-color css
<style>
span { border-color: #E0F1E3; }
span { border-color: rgb(224,241,227); }
td.TdClassName
{
border-color: #E0F1E3;
}
.TagClassName
{
border-color: #E0F1E3;
}
</style>