#E0F1AA

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

Shades of Australian Mint #E0F1AA

Tints of Australian Mint #E0F1AA

Color information

#E0F1AA (or 0xE0F1AA) is unknown color: approx Australian Mint. HEX triplet: E0, F1 and AA. RGB value is (224,241,170). Sum of RGB (Red+Green+Blue) = 224+241+170=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1AA is #1F0E55. Grayscale: #E4E4E4. Windows color (decimal): -2035286 or 11203040. OLE color: 11203040.

HSL color Cylindrical-coordinate representation of color #E0F1AA: hue angle of 74.37º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0F1AA is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB224241170-
CMYK0.0700.290.05
HSL74.37º71.72%80.59%-
HSV(B)74.37º29.46%94.51%-
XYZ69.4581.6650.13-
YUV227.8295.37125.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=35.28%
G=37.95%
B=26.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411700.0700.290.0574.3771.7280.59
HexE0F1AA701D54a4851
Octal34036125270355112110121
Binary111000001111000110101010111011101101100101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1AA; }

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

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

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

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

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

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

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

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