#E1FFAE

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

Shades of Australian Mint #E1FFAE

Tints of Australian Mint #E1FFAE

Color information

#E1FFAE (or 0xE1FFAE) is unknown color: approx Australian Mint. HEX triplet: E1, FF and AE. RGB value is (225,255,174). Sum of RGB (Red+Green+Blue) = 225+255+174=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFAE is #1E0051. Grayscale: #EDEDED. Windows color (decimal): -1966162 or 11468769. OLE color: 11468769.

HSL color Cylindrical-coordinate representation of color #E1FFAE: hue angle of 82.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1FFAE is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB225255174-
CMYK0.1200.320
HSL82.22º100%84.12%-
HSV(B)82.22º31.76%100%-
XYZ74.4590.5853.6-
YUV236.892.56119.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=34.40%
G=38.99%
B=26.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551740.1200.32082.2210084.12
HexE1FFAEC0200526454
Octal341377256140400122144124
Binary111000011111111110101110110001000000101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFAE; }

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

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

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

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

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

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

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

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