#E4F4AA

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

Shades of Australian Mint #E4F4AA

Tints of Australian Mint #E4F4AA

Color information

#E4F4AA (or 0xE4F4AA) is unknown color: approx Australian Mint. HEX triplet: E4, F4 and AA. RGB value is (228,244,170). Sum of RGB (Red+Green+Blue) = 228+244+170=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #E4F4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F4AA is #1B0B55. Grayscale: #E7E7E7. Windows color (decimal): -1772374 or 11203812. OLE color: 11203812.

HSL color Cylindrical-coordinate representation of color #E4F4AA: hue angle of 72.97º 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 #E4F4AA is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB228244170-
CMYK0.0700.300.04
HSL72.97º77.08%81.18%-
HSV(B)72.97º30.33%95.69%-
XYZ71.684.150.49-
YUV230.7893.7126.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.51%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=35.51%
G=38.01%
B=26.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282441700.0700.300.0472.9777.0881.18
HexE4F4AA701E4494d51
Octal34436425270364111115121
Binary111001001111010010101010111011110100100100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F4AA; }

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

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

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

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

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

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

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

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