#E0F0E4

Color #E0F0E4 Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #E0F0E4

Tints of Off Green #E0F0E4

Color information

#E0F0E4 (or 0xE0F0E4) is unknown color: approx Off Green. HEX triplet: E0, F0 and E4. RGB value is (224,240,228). Sum of RGB (Red+Green+Blue) = 224+240+228=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0E4 is #1F0F1B. Grayscale: #E9E9E9. Windows color (decimal): -2035484 or 15003872. OLE color: 15003872.

HSL color Cylindrical-coordinate representation of color #E0F0E4: hue angle of 135º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F0E4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB224240228-
CMYK0.0700.050.06
HSL135º34.78%90.98%-
HSV(B)135º6.67%94.12%-
XYZ75.983.7785.57-
YUV233.85124.7120.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 32.37%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=32.37%
G=34.68%
B=32.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242402280.0700.050.0613534.7890.98
HexE0F0E4705687235b
Octal340360344705620743133
Binary1110000011110000111001001110101110100001111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0E4; }

 p { color: rgb(224,240,228); }

 H1.HeaderClassName
 {
   color: #E0F0E4;
 }
 .AnyTagClassName
 {
   color: #E0F0E4;
 }
</style>
background-color css

<style>
 a { background-color: #E0F0E4; }

 a { background-color: rgb(224,240,228); }

 div.DivClassName
 {
   background-color: #E0F0E4;
 }
 .BgClassName
 {
   background-color: #E0F0E4;
 }
</style>
border-color css

<style>
 span { border-color: #E0F0E4; }

 span { border-color: rgb(224,240,228); }

 td.TdClassName
 {
   border-color: #E0F0E4;
 }
 .TagClassName
 {
   border-color: #E0F0E4;
 }
</style>