#E1F1A5

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

Shades of Australian Mint #E1F1A5

Tints of Australian Mint #E1F1A5

Color information

#E1F1A5 (or 0xE1F1A5) is unknown color: approx Australian Mint. HEX triplet: E1, F1 and A5. RGB value is (225,241,165). Sum of RGB (Red+Green+Blue) = 225+241+165=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F1A5 is #1E0E5A. Grayscale: #E3E3E3. Windows color (decimal): -1969755 or 10875361. OLE color: 10875361.

HSL color Cylindrical-coordinate representation of color #E1F1A5: hue angle of 72.63º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1F1A5 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB225241165-
CMYK0.0700.320.05
HSL72.63º73.08%79.61%-
HSV(B)72.63º31.54%94.51%-
XYZ69.381.6347.7-
YUV227.5592.7126.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 165 (64.84% from 255) = 26.15%
R=35.66%
G=38.19%
B=26.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252411650.0700.320.0572.6373.0879.61
HexE1F1A570205494950
Octal34136124570405111111120
Binary1110000111110001101001011110100000101100100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F1A5; }

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

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

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

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

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

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

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

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