#E1F1AE

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

Shades of Australian Mint #E1F1AE

Tints of Australian Mint #E1F1AE

Color information

#E1F1AE (or 0xE1F1AE) is unknown color: approx Australian Mint. HEX triplet: E1, F1 and AE. RGB value is (225,241,174). Sum of RGB (Red+Green+Blue) = 225+241+174=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F1AE is #1E0E51. Grayscale: #E4E4E4. Windows color (decimal): -1969746 or 11465185. OLE color: 11465185.

HSL color Cylindrical-coordinate representation of color #E1F1AE: hue angle of 74.33º 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 #E1F1AE is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB225241174-
CMYK0.0700.280.05
HSL74.33º70.53%81.37%-
HSV(B)74.33º27.8%94.51%-
XYZ70.1581.9752.17-
YUV228.5897.2125.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=35.16%
G=37.66%
B=27.19%

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
Decimal2252411740.0700.280.0574.3370.5381.37
HexE1F1AE701C54a4751
Octal34136125670345112107121
Binary111000011111000110101110111011100101100101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1AE; }

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

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

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

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

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

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

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

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