#E0F4AA

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

Shades of Australian Mint #E0F4AA

Tints of Australian Mint #E0F4AA

Color information

#E0F4AA (or 0xE0F4AA) is unknown color: approx Australian Mint. HEX triplet: E0, F4 and AA. RGB value is (224,244,170). Sum of RGB (Red+Green+Blue) = 224+244+170=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F4AA is #1F0B55. Grayscale: #E5E5E5. Windows color (decimal): -2034518 or 11203808. OLE color: 11203808.

HSL color Cylindrical-coordinate representation of color #E0F4AA: hue angle of 76.22º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0F4AA is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB224244170-
CMYK0.0800.300.04
HSL76.22º77.08%81.18%-
HSV(B)76.22º30.33%95.69%-
XYZ70.3583.4550.43-
YUV229.5894.37124.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 244 (95.70% from 255) = 38.24%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=35.11%
G=38.24%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441700.0800.300.0476.2277.0881.18
HexE0F4AA801E44c4d51
Octal340364252100364114115121
Binary1110000011110100101010101000011110100100110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F4AA; }

 p { color: rgb(224,244,170); }

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

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

 a { background-color: rgb(224,244,170); }

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

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

 span { border-color: rgb(224,244,170); }

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