#E4F4A0

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

Shades of Australian Mint #E4F4A0

Tints of Australian Mint #E4F4A0

Color information

#E4F4A0 (or 0xE4F4A0) is unknown color: approx Australian Mint. HEX triplet: E4, F4 and A0. RGB value is (228,244,160). Sum of RGB (Red+Green+Blue) = 228+244+160=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #E4F4A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F4A0 is #1B0B5F. Grayscale: #E5E5E5. Windows color (decimal): -1772384 or 10548452. OLE color: 10548452.

HSL color Cylindrical-coordinate representation of color #E4F4A0: hue angle of 71.43º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4F4A0 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB228244160-
CMYK0.0700.340.04
HSL71.43º79.25%79.22%-
HSV(B)71.43º34.43%95.69%-
XYZ70.6983.7345.69-
YUV229.6488.7126.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.08%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 160 (62.89% from 255) = 25.32%
R=36.08%
G=38.61%
B=25.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282441600.0700.340.0471.4379.2579.22
HexE4F4A070224474f4f
Octal34436424070424107117117
Binary1110010011110100101000001110100010100100011110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F4A0; }

 p { color: rgb(228,244,160); }

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

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

 a { background-color: rgb(228,244,160); }

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

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

 span { border-color: rgb(228,244,160); }

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