#E1F0A5

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

Shades of Australian Mint #E1F0A5

Tints of Australian Mint #E1F0A5

Color information

#E1F0A5 (or 0xE1F0A5) is unknown color: approx Australian Mint. HEX triplet: E1, F0 and A5. RGB value is (225,240,165). Sum of RGB (Red+Green+Blue) = 225+240+165=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F0A5 is #1E0F5A. Grayscale: #E3E3E3. Windows color (decimal): -1970011 or 10875105. OLE color: 10875105.

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

Color convert

RGB225240165-
CMYK0.0600.310.06
HSL72º71.43%79.41%-
HSV(B)72º31.25%94.12%-
XYZ6981.0447.6-
YUV226.9693.03126.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 165 (64.84% from 255) = 26.19%
R=35.71%
G=38.10%
B=26.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252401650.0600.310.067271.4379.41
HexE1F0A5601F648474f
Octal34136024560376110107117
Binary111000011111000010100101110011111110100100010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F0A5; }

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

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

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

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

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

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

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

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