#E2FAA5

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

Shades of Australian Mint #E2FAA5

Tints of Australian Mint #E2FAA5

Color information

#E2FAA5 (or 0xE2FAA5) is unknown color: approx Australian Mint. HEX triplet: E2, FA and A5. RGB value is (226,250,165). Sum of RGB (Red+Green+Blue) = 226+250+165=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 165 (64.84% from 255 or 25.74% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAA5 is #1D055A. Grayscale: #E9E9E9. Windows color (decimal): -1901915 or 10877666. OLE color: 10877666.

HSL color Cylindrical-coordinate representation of color #E2FAA5: hue angle of 76.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2FAA5 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB226250165-
CMYK0.1000.340.02
HSL76.94º89.47%81.37%-
HSV(B)76.94º34%98.04%-
XYZ72.3487.2648.63-
YUV233.1389.55122.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 165 (64.84% from 255) = 25.74%
R=35.26%
G=39.00%
B=25.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501650.1000.340.0276.9489.4781.37
HexE2FAA5A02224d5951
Octal342372245120422115131121
Binary1110001011111010101001011010010001010100110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAA5; }

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

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

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

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

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

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

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

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