#E1FEAE

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

Shades of Australian Mint #E1FEAE

Tints of Australian Mint #E1FEAE

Color information

#E1FEAE (or 0xE1FEAE) is unknown color: approx Australian Mint. HEX triplet: E1, FE and AE. RGB value is (225,254,174). Sum of RGB (Red+Green+Blue) = 225+254+174=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FEAE is #1E0151. Grayscale: #ECECEC. Windows color (decimal): -1966418 or 11468513. OLE color: 11468513.

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

Color convert

RGB225254174-
CMYK0.1100.310.00
HSL81.75º97.56%83.92%-
HSV(B)81.75º31.5%99.61%-
XYZ74.1389.9553.5-
YUV236.2192.89120-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=34.46%
G=38.90%
B=26.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252541740.1100.310.0081.7597.5683.92
HexE1FEAEB01F0526254
Octal341376256130370122142124
Binary11100001111111101010111010110111110101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEAE; }

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

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

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

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

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

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

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

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