#E4F5AE

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

Shades of Australian Mint #E4F5AE

Tints of Australian Mint #E4F5AE

Color information

#E4F5AE (or 0xE4F5AE) is unknown color: approx Australian Mint. HEX triplet: E4, F5 and AE. RGB value is (228,245,174). Sum of RGB (Red+Green+Blue) = 228+245+174=647 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.24% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #E4F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F5AE is #1B0A51. Grayscale: #E8E8E8. Windows color (decimal): -1772114 or 11466212. OLE color: 11466212.

HSL color Cylindrical-coordinate representation of color #E4F5AE: hue angle of 74.37º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4F5AE is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB228245174-
CMYK0.0700.290.04
HSL74.37º78.02%82.16%-
HSV(B)74.37º28.98%96.08%-
XYZ72.2984.8552.61-
YUV231.8295.37125.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.24%
GREEN value IS 245 (96.09% from 255) = 37.87%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=35.24%
G=37.87%
B=26.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282451740.0700.290.0474.3778.0282.16
HexE4F5AE701D44a4e52
Octal34436525670354112116122
Binary111001001111010110101110111011101100100101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F5AE; }

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

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

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

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

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

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

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

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