#E0EFDC

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

Shades of Apple Green #E0EFDC

Tints of Apple Green #E0EFDC

Color information

#E0EFDC (or 0xE0EFDC) is unknown color: approx Apple Green. HEX triplet: E0, EF and DC. RGB value is (224,239,220). Sum of RGB (Red+Green+Blue) = 224+239+220=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFDC is #1F1023. Grayscale: #E8E8E8. Windows color (decimal): -2035748 or 14479328. OLE color: 14479328.

HSL color Cylindrical-coordinate representation of color #E0EFDC: hue angle of 107.37º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0EFDC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB224239220-
CMYK0.0600.080.06
HSL107.37º37.25%90%-
HSV(B)107.37º7.95%93.73%-
XYZ74.5382.7579.75-
YUV232.35121.03122.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=32.80%
G=34.99%
B=32.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242392200.0600.080.06107.3737.2590
HexE0EFDC60866b255a
Octal3403573346010615345132
Binary1110000011101111110111001100100011011010111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFDC; }

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

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

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

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

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

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

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

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