#E5F3AA

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

Shades of Australian Mint #E5F3AA

Tints of Australian Mint #E5F3AA

Color information

#E5F3AA (or 0xE5F3AA) is unknown color: approx Australian Mint. HEX triplet: E5, F3 and AA. RGB value is (229,243,170). Sum of RGB (Red+Green+Blue) = 229+243+170=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F3AA is #1A0C55. Grayscale: #E6E6E6. Windows color (decimal): -1707094 or 11203557. OLE color: 11203557.

HSL color Cylindrical-coordinate representation of color #E5F3AA: hue angle of 71.51º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5F3AA is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB229243170-
CMYK0.0600.300.05
HSL71.51º75.26%80.98%-
HSV(B)71.51º30.04%95.29%-
XYZ71.6283.6650.4-
YUV230.4993.86126.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=35.67%
G=37.85%
B=26.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292431700.0600.300.0571.5175.2680.98
HexE5F3AA601E5484b51
Octal34536325260365110113121
Binary111001011111001110101010110011110101100100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F3AA; }

 p { color: rgb(229,243,170); }

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

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

 a { background-color: rgb(229,243,170); }

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

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

 span { border-color: rgb(229,243,170); }

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