#E1FCAE

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

Shades of Australian Mint #E1FCAE

Tints of Australian Mint #E1FCAE

Color information

#E1FCAE (or 0xE1FCAE) is unknown color: approx Australian Mint. HEX triplet: E1, FC and AE. RGB value is (225,252,174). Sum of RGB (Red+Green+Blue) = 225+252+174=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCAE is #1E0351. Grayscale: #EBEBEB. Windows color (decimal): -1966930 or 11468001. OLE color: 11468001.

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

Color convert

RGB225252174-
CMYK0.1100.310.01
HSL80.77º92.86%83.53%-
HSV(B)80.77º30.95%98.82%-
XYZ73.588.6853.29-
YUV235.0393.55120.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=34.56%
G=38.71%
B=26.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252521740.1100.310.0180.7792.8683.53
HexE1FCAEB01F1515d54
Octal341374256130371121135124
Binary11100001111111001010111010110111111101000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FCAE; }

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

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

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

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

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

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

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

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