#E1F1AA

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

Shades of Australian Mint #E1F1AA

Tints of Australian Mint #E1F1AA

Color information

#E1F1AA (or 0xE1F1AA) is unknown color: approx Australian Mint. HEX triplet: E1, F1 and AA. RGB value is (225,241,170). Sum of RGB (Red+Green+Blue) = 225+241+170=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F1AA is #1E0E55. Grayscale: #E4E4E4. Windows color (decimal): -1969750 or 11203041. OLE color: 11203041.

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

Color convert

RGB225241170-
CMYK0.0700.290.05
HSL73.52º71.72%80.59%-
HSV(B)73.52º29.46%94.51%-
XYZ69.7681.8250.15-
YUV228.1295.2125.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=35.38%
G=37.89%
B=26.73%

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
Decimal2252411700.0700.290.0573.5271.7280.59
HexE1F1AA701D54a4851
Octal34136125270355112110121
Binary111000011111000110101010111011101101100101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1AA; }

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

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

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

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

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

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

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

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