#E1F5AE

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

Shades of Australian Mint #E1F5AE

Tints of Australian Mint #E1F5AE

Color information

#E1F5AE (or 0xE1F5AE) is unknown color: approx Australian Mint. HEX triplet: E1, F5 and AE. RGB value is (225,245,174). Sum of RGB (Red+Green+Blue) = 225+245+174=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F5AE is #1E0A51. Grayscale: #E7E7E7. Windows color (decimal): -1968722 or 11466209. OLE color: 11466209.

HSL color Cylindrical-coordinate representation of color #E1F5AE: hue angle of 76.9º 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 #E1F5AE is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB225245174-
CMYK0.0800.290.04
HSL76.9º78.02%82.16%-
HSV(B)76.9º28.98%96.08%-
XYZ71.3484.3752.57-
YUV230.9395.87123.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=34.94%
G=38.04%
B=27.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252451740.0800.290.0476.978.0282.16
HexE1F5AE801D44d4e52
Octal341365256100354115116122
Binary1110000111110101101011101000011101100100110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F5AE; }

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

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

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

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

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

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

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

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