#E3F1AE

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

Shades of Australian Mint #E3F1AE

Tints of Australian Mint #E3F1AE

Color information

#E3F1AE (or 0xE3F1AE) is unknown color: approx Australian Mint. HEX triplet: E3, F1 and AE. RGB value is (227,241,174). Sum of RGB (Red+Green+Blue) = 227+241+174=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F1AE is #1C0E51. Grayscale: #E5E5E5. Windows color (decimal): -1838674 or 11465187. OLE color: 11465187.

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

Color convert

RGB227241174-
CMYK0.0600.280.05
HSL72.54º70.53%81.37%-
HSV(B)72.54º27.8%94.51%-
XYZ70.7782.352.2-
YUV229.1896.86126.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.36%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=35.36%
G=37.54%
B=27.10%

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
Decimal2272411740.0600.280.0572.5470.5381.37
HexE3F1AE601C5494751
Octal34336125660345111107121
Binary111000111111000110101110110011100101100100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F1AE; }

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

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

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

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

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

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

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

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