#E1F0AE

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

Shades of Australian Mint #E1F0AE

Tints of Australian Mint #E1F0AE

Color information

#E1F0AE (or 0xE1F0AE) is unknown color: approx Australian Mint. HEX triplet: E1, F0 and AE. RGB value is (225,240,174). Sum of RGB (Red+Green+Blue) = 225+240+174=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0AE is #1E0F51. Grayscale: #E4E4E4. Windows color (decimal): -1970002 or 11464929. OLE color: 11464929.

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

Color convert

RGB225240174-
CMYK0.0600.280.06
HSL73.64º68.75%81.18%-
HSV(B)73.64º27.5%94.12%-
XYZ69.8581.3852.07-
YUV227.9997.53125.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=35.21%
G=37.56%
B=27.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252401740.0600.280.0673.6468.7581.18
HexE1F0AE601C64a4551
Octal34136025660346112105121
Binary111000011111000010101110110011100110100101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F0AE; }

 p { color: rgb(225,240,174); }

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

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

 a { background-color: rgb(225,240,174); }

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

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

 span { border-color: rgb(225,240,174); }

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