#E2FAAE

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

Shades of Australian Mint #E2FAAE

Tints of Australian Mint #E2FAAE

Color information

#E2FAAE (or 0xE2FAAE) is unknown color: approx Australian Mint. HEX triplet: E2, FA and AE. RGB value is (226,250,174). Sum of RGB (Red+Green+Blue) = 226+250+174=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAAE is #1D0551. Grayscale: #EAEAEA. Windows color (decimal): -1901906 or 11467490. OLE color: 11467490.

HSL color Cylindrical-coordinate representation of color #E2FAAE: hue angle of 78.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2FAAE is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB226250174-
CMYK0.1000.300.02
HSL78.95º88.37%83.14%-
HSV(B)78.95º30.4%98.04%-
XYZ73.1987.653.09-
YUV234.1694.05122.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=34.77%
G=38.46%
B=26.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501740.1000.300.0278.9588.3783.14
HexE2FAAEA01E24f5853
Octal342372256120362117130123
Binary111000101111101010101110101001111010100111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAAE; }

 p { color: rgb(226,250,174); }

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

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

 a { background-color: rgb(226,250,174); }

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

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

 span { border-color: rgb(226,250,174); }

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