#E5F3AE

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

Shades of Australian Mint #E5F3AE

Tints of Australian Mint #E5F3AE

Color information

#E5F3AE (or 0xE5F3AE) is unknown color: approx Australian Mint. HEX triplet: E5, F3 and AE. RGB value is (229,243,174). Sum of RGB (Red+Green+Blue) = 229+243+174=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F3AE is #1A0C51. Grayscale: #E7E7E7. Windows color (decimal): -1707090 or 11465701. OLE color: 11465701.

HSL color Cylindrical-coordinate representation of color #E5F3AE: hue angle of 72.17º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5F3AE is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB229243174-
CMYK0.0600.280.05
HSL72.17º74.19%81.76%-
HSV(B)72.17º28.4%95.29%-
XYZ7283.8252.43-
YUV230.9595.86126.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.45%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=35.45%
G=37.62%
B=26.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292431740.0600.280.0572.1774.1981.76
HexE5F3AE601C5484a52
Octal34536325660345110112122
Binary111001011111001110101110110011100101100100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F3AE; }

 p { color: rgb(229,243,174); }

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

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

 a { background-color: rgb(229,243,174); }

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

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

 span { border-color: rgb(229,243,174); }

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