#E0F1A1

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

Shades of Australian Mint #E0F1A1

Tints of Australian Mint #E0F1A1

Color information

#E0F1A1 (or 0xE0F1A1) is unknown color: approx Australian Mint. HEX triplet: E0, F1 and A1. RGB value is (224,241,161). Sum of RGB (Red+Green+Blue) = 224+241+161=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1A1 is #1F0E5E. Grayscale: #E3E3E3. Windows color (decimal): -2035295 or 10613216. OLE color: 10613216.

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

Color convert

RGB224241161-
CMYK0.0700.330.05
HSL72.75º74.07%78.82%-
HSV(B)72.75º33.2%94.51%-
XYZ68.6381.3345.8-
YUV226.890.87126-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 161 (63.28% from 255) = 25.72%
R=35.78%
G=38.50%
B=25.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411610.0700.330.0572.7574.0778.82
HexE0F1A170215494a4f
Octal34036124170415111112117
Binary1110000011110001101000011110100001101100100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1A1; }

 p { color: rgb(224,241,161); }

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

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

 a { background-color: rgb(224,241,161); }

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

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

 span { border-color: rgb(224,241,161); }

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