#E0F4AC

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

Shades of Australian Mint #E0F4AC

Tints of Australian Mint #E0F4AC

Color information

#E0F4AC (or 0xE0F4AC) is unknown color: approx Australian Mint. HEX triplet: E0, F4 and AC. RGB value is (224,244,172). Sum of RGB (Red+Green+Blue) = 224+244+172=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F4AC is #1F0B53. Grayscale: #E6E6E6. Windows color (decimal): -2034516 or 11334880. OLE color: 11334880.

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

Color convert

RGB224244172-
CMYK0.0800.300.04
HSL76.67º76.6%81.57%-
HSV(B)76.67º29.51%95.69%-
XYZ70.5483.5351.43-
YUV229.8195.37123.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 172 (67.58% from 255) = 26.88%
R=35%
G=38.12%
B=26.88%

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
Decimal2242441720.0800.300.0476.6776.681.57
HexE0F4AC801E44d4d52
Octal340364254100364115115122
Binary1110000011110100101011001000011110100100110110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F4AC; }

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

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

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

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

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

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

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

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