Shades of Off Green #DEEAE0
Tints of Off Green #DEEAE0
RGB
CMYK
RGB Variations
Color information
#DEEAE0 (or 0xDEEAE0) is known color: Off Green. HEX triplet: DE, EA and E0. RGB value is (222,234,224). Sum of RGB (Red+Green+Blue) = 222+234+224=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAE0 is #21151F. Grayscale: #E5E5E5. Windows color (decimal): -2168096 or 14740190. OLE color: 14740190.
HSL color Cylindrical-coordinate representation of color #DEEAE0: hue angle of 130º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEEAE0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 224 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.08 |
| HSL | 130º | 0.22% | 0.89% | - |
| HSV(B) | 130º | 0.05% | 0.92% | - |
| XYZ | 73 | 79.76 | 82.07 | - |
| YUV | 229.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 224 | 0.05 | 0 | 0.04 | 0.08 | 130 | 0.22 | 0.89 |
| Hex | DE | EA | E0 | 5 | 0 | 4 | 8 | 82 | 16 | 59 |
| Octal | 336 | 352 | 340 | 5 | 0 | 4 | 10 | 202 | 26 | 131 |
| Binary | 11011110 | 11101010 | 11100000 | 101 | 0 | 100 | 1000 | 10000010 | 10110 | 1011001 |
Color Harmonies of #DEEAE0
Complementary color
Monochromatic Colors of #DEEAE0
Black with #DEEAE0
Text Example
Text Example
White with #DEEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAE0; }
p { color: rgb(222,234,224); }
H1.HeaderClassName
{
color: #DEEAE0;
}
.AnyTagClassName
{
color: #DEEAE0;
}
</style>
background-color css
<style>
a { background-color: #DEEAE0; }
a { background-color: rgb(222,234,224); }
div.DivClassName
{
background-color: #DEEAE0;
}
.BgClassName
{
background-color: #DEEAE0;
}
</style>
border-color css
<style>
span { border-color: #DEEAE0; }
span { border-color: rgb(222,234,224); }
td.TdClassName
{
border-color: #DEEAE0;
}
.TagClassName
{
border-color: #DEEAE0;
}
</style>