#E0F2DC

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

Shades of Apple Green #E0F2DC

Tints of Apple Green #E0F2DC

Color information

#E0F2DC (or 0xE0F2DC) is unknown color: approx Apple Green. HEX triplet: E0, F2 and DC. RGB value is (224,242,220). Sum of RGB (Red+Green+Blue) = 224+242+220=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2DC is #1F0D23. Grayscale: #EAEAEA. Windows color (decimal): -2034980 or 14480096. OLE color: 14480096.

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

Color convert

RGB224242220-
CMYK0.0700.090.05
HSL109.09º45.83%90.59%-
HSV(B)109.09º9.09%94.9%-
XYZ75.4184.5280.05-
YUV234.11120.04120.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.65%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=32.65%
G=35.28%
B=32.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242422200.0700.090.05109.0945.8390.59
HexE0F2DC70956d2e5b
Octal3403623347011515556133
Binary1110000011110010110111001110100110111011011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2DC; }

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

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

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

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

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

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

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

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