#E0F3E4

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

Shades of Off Green #E0F3E4

Tints of Off Green #E0F3E4

Color information

#E0F3E4 (or 0xE0F3E4) is unknown color: approx Off Green. HEX triplet: E0, F3 and E4. RGB value is (224,243,228). Sum of RGB (Red+Green+Blue) = 224+243+228=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3E4 is #1F0C1B. Grayscale: #EBEBEB. Windows color (decimal): -2034716 or 15004640. OLE color: 15004640.

HSL color Cylindrical-coordinate representation of color #E0F3E4: hue angle of 132.63º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F3E4 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB224243228-
CMYK0.0800.060.05
HSL132.63º44.19%91.57%-
HSV(B)132.63º7.82%95.29%-
XYZ76.7985.5585.86-
YUV235.61123.71119.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 228 (89.45% from 255) = 32.81%
R=32.23%
G=34.96%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242432280.0800.060.05132.6344.1991.57
HexE0F3E48065852c5c
Octal3403633441006520554134
Binary11100000111100111110010010000110101100001011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3E4; }

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

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

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

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

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

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

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

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