#E0F1A7

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

Shades of Australian Mint #E0F1A7

Tints of Australian Mint #E0F1A7

Color information

#E0F1A7 (or 0xE0F1A7) is unknown color: approx Australian Mint. HEX triplet: E0, F1 and A7. RGB value is (224,241,167). Sum of RGB (Red+Green+Blue) = 224+241+167=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 167 (65.62% from 255 or 26.42% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F1A7 is #1F0E58. Grayscale: #E3E3E3. Windows color (decimal): -2035289 or 11006432. OLE color: 11006432.

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

Color convert

RGB224241167-
CMYK0.0700.310.05
HSL73.78º72.55%80%-
HSV(B)73.78º30.71%94.51%-
XYZ69.1781.5548.65-
YUV227.4893.87125.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 167 (65.62% from 255) = 26.42%
R=35.44%
G=38.13%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411670.0700.310.0573.7872.5580
HexE0F1A7701F54a4950
Octal34036124770375112111120
Binary111000001111000110100111111011111101100101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1A7; }

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

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

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

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

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

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

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

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