#E0F1AE

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

Shades of Australian Mint #E0F1AE

Tints of Australian Mint #E0F1AE

Color information

#E0F1AE (or 0xE0F1AE) is unknown color: approx Australian Mint. HEX triplet: E0, F1 and AE. RGB value is (224,241,174). Sum of RGB (Red+Green+Blue) = 224+241+174=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1AE is #1F0E51. Grayscale: #E4E4E4. Windows color (decimal): -2035282 or 11465184. OLE color: 11465184.

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

Color convert

RGB224241174-
CMYK0.0700.280.05
HSL75.22º70.53%81.37%-
HSV(B)75.22º27.8%94.51%-
XYZ69.8481.8152.16-
YUV228.2897.37124.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=35.05%
G=37.72%
B=27.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411740.0700.280.0575.2270.5381.37
HexE0F1AE701C54b4751
Octal34036125670345113107121
Binary111000001111000110101110111011100101100101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1AE; }

 p { color: rgb(224,241,174); }

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

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

 a { background-color: rgb(224,241,174); }

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

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

 span { border-color: rgb(224,241,174); }

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