#E1F6AE

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

Shades of Australian Mint #E1F6AE

Tints of Australian Mint #E1F6AE

Color information

#E1F6AE (or 0xE1F6AE) is unknown color: approx Australian Mint. HEX triplet: E1, F6 and AE. RGB value is (225,246,174). Sum of RGB (Red+Green+Blue) = 225+246+174=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F6AE is #1E0951. Grayscale: #E7E7E7. Windows color (decimal): -1968466 or 11466465. OLE color: 11466465.

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

Color convert

RGB225246174-
CMYK0.0900.290.04
HSL77.5º80%82.35%-
HSV(B)77.5º29.27%96.47%-
XYZ71.6584.9852.67-
YUV231.5195.54123.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 246 (96.48% from 255) = 38.14%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=34.88%
G=38.14%
B=26.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252461740.0900.290.0477.58082.35
HexE1F6AE901D44e5052
Octal341366256110354116120122
Binary1110000111110110101011101001011101100100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F6AE; }

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

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

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

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

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

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

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

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