#E1F0AB

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

Shades of Australian Mint #E1F0AB

Tints of Australian Mint #E1F0AB

Color information

#E1F0AB (or 0xE1F0AB) is unknown color: approx Australian Mint. HEX triplet: E1, F0 and AB. RGB value is (225,240,171). Sum of RGB (Red+Green+Blue) = 225+240+171=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0AB is #1E0F54. Grayscale: #E3E3E3. Windows color (decimal): -1970005 or 11268321. OLE color: 11268321.

HSL color Cylindrical-coordinate representation of color #E1F0AB: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1F0AB is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB225240171-
CMYK0.0600.290.06
HSL73.04º69.7%80.59%-
HSV(B)73.04º28.75%94.12%-
XYZ69.5681.2750.55-
YUV227.6596.03126.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=35.38%
G=37.74%
B=26.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252401710.0600.290.0673.0469.780.59
HexE1F0AB601D6494651
Octal34136025360356111106121
Binary111000011111000010101011110011101110100100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F0AB; }

 p { color: rgb(225,240,171); }

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

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

 a { background-color: rgb(225,240,171); }

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

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

 span { border-color: rgb(225,240,171); }

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