#E5FAA1

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

Shades of Australian Mint #E5FAA1

Tints of Australian Mint #E5FAA1

Color information

#E5FAA1 (or 0xE5FAA1) is unknown color: approx Australian Mint. HEX triplet: E5, FA and A1. RGB value is (229,250,161). Sum of RGB (Red+Green+Blue) = 229+250+161=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FAA1 is #1A055E. Grayscale: #E9E9E9. Windows color (decimal): -1705311 or 10615525. OLE color: 10615525.

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

Color convert

RGB229250161-
CMYK0.0800.360.02
HSL74.16º89.9%80.59%-
HSV(B)74.16º35.6%98.04%-
XYZ72.9387.646.78-
YUV233.5887.04124.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 161 (63.28% from 255) = 25.16%
R=35.78%
G=39.06%
B=25.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292501610.0800.360.0274.1689.980.59
HexE5FAA1802424a5a51
Octal345372241100442112132121
Binary1110010111111010101000011000010010010100101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAA1; }

 p { color: rgb(229,250,161); }

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

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

 a { background-color: rgb(229,250,161); }

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

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

 span { border-color: rgb(229,250,161); }

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