#E0F3AA

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

Shades of Australian Mint #E0F3AA

Tints of Australian Mint #E0F3AA

Color information

#E0F3AA (or 0xE0F3AA) is unknown color: approx Australian Mint. HEX triplet: E0, F3 and AA. RGB value is (224,243,170). Sum of RGB (Red+Green+Blue) = 224+243+170=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F3AA is #1F0C55. Grayscale: #E5E5E5. Windows color (decimal): -2034774 or 11203552. OLE color: 11203552.

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

Color convert

RGB224243170-
CMYK0.0800.300.05
HSL75.62º75.26%80.98%-
HSV(B)75.62º30.04%95.29%-
XYZ70.0582.8550.33-
YUV22994.71124.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 243 (95.31% from 255) = 38.15%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=35.16%
G=38.15%
B=26.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431700.0800.300.0575.6275.2680.98
HexE0F3AA801E54c4b51
Octal340363252100365114113121
Binary1110000011110011101010101000011110101100110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3AA; }

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

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

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

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

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

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

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

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