#E0F2DA

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

Shades of Hint Of Green #E0F2DA

Tints of Hint Of Green #E0F2DA

Color information

#E0F2DA (or 0xE0F2DA) is unknown color: approx Hint Of Green. HEX triplet: E0, F2 and DA. RGB value is (224,242,218). Sum of RGB (Red+Green+Blue) = 224+242+218=684 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.75% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2DA is #1F0D25. Grayscale: #E9E9E9. Windows color (decimal): -2034982 or 14349024. OLE color: 14349024.

HSL color Cylindrical-coordinate representation of color #E0F2DA: hue angle of 105º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0F2DA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB224242218-
CMYK0.0700.100.05
HSL105º48%90.2%-
HSV(B)105º9.92%94.9%-
XYZ75.1584.4178.66-
YUV233.88119.04120.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.75%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=32.75%
G=35.38%
B=31.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242422180.0700.100.051054890.2
HexE0F2DA70A569305a
Octal3403623327012515160132
Binary1110000011110010110110101110101010111010011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2DA; }

 p { color: rgb(224,242,218); }

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

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

 a { background-color: rgb(224,242,218); }

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

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

 span { border-color: rgb(224,242,218); }

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