#E2F1AC

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

Shades of Australian Mint #E2F1AC

Tints of Australian Mint #E2F1AC

Color information

#E2F1AC (or 0xE2F1AC) is unknown color: approx Australian Mint. HEX triplet: E2, F1 and AC. RGB value is (226,241,172). Sum of RGB (Red+Green+Blue) = 226+241+172=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F1AC is #1D0E53. Grayscale: #E4E4E4. Windows color (decimal): -1904212 or 11334114. OLE color: 11334114.

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

Color convert

RGB226241172-
CMYK0.0600.290.05
HSL73.04º71.13%80.98%-
HSV(B)73.04º28.63%94.51%-
XYZ70.2782.0651.17-
YUV228.6596.03126.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 172 (67.58% from 255) = 26.92%
R=35.37%
G=37.72%
B=26.92%

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
Decimal2262411720.0600.290.0573.0471.1380.98
HexE2F1AC601D5494751
Octal34236125460355111107121
Binary111000101111000110101100110011101101100100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1AC; }

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

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

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

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

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

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

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

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