#E2F1AA

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

Shades of Australian Mint #E2F1AA

Tints of Australian Mint #E2F1AA

Color information

#E2F1AA (or 0xE2F1AA) is unknown color: approx Australian Mint. HEX triplet: E2, F1 and AA. RGB value is (226,241,170). Sum of RGB (Red+Green+Blue) = 226+241+170=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F1AA is #1D0E55. Grayscale: #E4E4E4. Windows color (decimal): -1904214 or 11203042. OLE color: 11203042.

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

Color convert

RGB226241170-
CMYK0.0600.290.05
HSL72.68º71.72%80.59%-
HSV(B)72.68º29.46%94.51%-
XYZ70.0881.9850.16-
YUV228.4295.03126.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=35.48%
G=37.83%
B=26.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411700.0600.290.0572.6871.7280.59
HexE2F1AA601D5494851
Octal34236125260355111110121
Binary111000101111000110101010110011101101100100110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1AA; }

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

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

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

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

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

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

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

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