#E4F1AE

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

Shades of Australian Mint #E4F1AE

Tints of Australian Mint #E4F1AE

Color information

#E4F1AE (or 0xE4F1AE) is unknown color: approx Australian Mint. HEX triplet: E4, F1 and AE. RGB value is (228,241,174). Sum of RGB (Red+Green+Blue) = 228+241+174=643 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.46% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #E4F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F1AE is #1B0E51. Grayscale: #E5E5E5. Windows color (decimal): -1773138 or 11465188. OLE color: 11465188.

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

Color convert

RGB228241174-
CMYK0.0500.280.05
HSL71.64º70.53%81.37%-
HSV(B)71.64º27.8%94.51%-
XYZ71.0982.4652.21-
YUV229.4896.69126.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.46%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=35.46%
G=37.48%
B=27.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282411740.0500.280.0571.6470.5381.37
HexE4F1AE501C5484751
Octal34436125650345110107121
Binary111001001111000110101110101011100101100100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F1AE; }

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

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

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

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

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

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

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

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