#E0F0A7

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

Shades of Australian Mint #E0F0A7

Tints of Australian Mint #E0F0A7

Color information

#E0F0A7 (or 0xE0F0A7) is unknown color: approx Australian Mint. HEX triplet: E0, F0 and A7. RGB value is (224,240,167). Sum of RGB (Red+Green+Blue) = 224+240+167=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 167 (65.62% from 255 or 26.47% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F0A7 is #1F0F58. Grayscale: #E3E3E3. Windows color (decimal): -2035545 or 11006176. OLE color: 11006176.

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

Color convert

RGB224240167-
CMYK0.0700.300.06
HSL73.15º70.87%79.8%-
HSV(B)73.15º30.42%94.12%-
XYZ68.8880.9648.56-
YUV226.8994.2125.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 167 (65.62% from 255) = 26.47%
R=35.50%
G=38.03%
B=26.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242401670.0700.300.0673.1570.8779.8
HexE0F0A7701E6494750
Octal34036024770366111107120
Binary111000001111000010100111111011110110100100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0A7; }

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

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

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

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

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

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

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

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