#E0EFA0

Color #E0EFA0 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #E0EFA0

Tints of Australian Mint #E0EFA0

Color information

#E0EFA0 (or 0xE0EFA0) is unknown color: approx Australian Mint. HEX triplet: E0, EF and A0. RGB value is (224,239,160). Sum of RGB (Red+Green+Blue) = 224+239+160=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFA0 is #1F105F. Grayscale: #E1E1E1. Windows color (decimal): -2035808 or 10547168. OLE color: 10547168.

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

Color convert

RGB224239160-
CMYK0.0600.330.06
HSL71.39º71.17%78.24%-
HSV(B)71.39º33.05%93.73%-
XYZ67.9580.1245.14-
YUV225.5191.03126.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.96%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 160 (62.89% from 255) = 25.68%
R=35.96%
G=38.36%
B=25.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391600.0600.330.0671.3971.1778.24
HexE0EFA06021647474e
Octal34035724060416107107116
Binary1110000011101111101000001100100001110100011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFA0; }

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

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

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

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

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

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

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

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