#E2F1AF

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

Shades of Australian Mint #E2F1AF

Tints of Australian Mint #E2F1AF

Color information

#E2F1AF (or 0xE2F1AF) is unknown color: approx Australian Mint. HEX triplet: E2, F1 and AF. RGB value is (226,241,175). Sum of RGB (Red+Green+Blue) = 226+241+175=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F1AF is #1D0E50. Grayscale: #E5E5E5. Windows color (decimal): -1904209 or 11530722. OLE color: 11530722.

HSL color Cylindrical-coordinate representation of color #E2F1AF: hue angle of 73.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2F1AF is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB226241175-
CMYK0.0600.270.05
HSL73.64º70.21%81.57%-
HSV(B)73.64º27.39%94.51%-
XYZ70.5682.1752.7-
YUV228.9997.53125.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.20%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=35.20%
G=37.54%
B=27.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411750.0600.270.0573.6470.2181.57
HexE2F1AF601B54a4652
Octal34236125760335112106122
Binary111000101111000110101111110011011101100101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1AF; }

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

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

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

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

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

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

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

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