#E4F0A7

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

Shades of Australian Mint #E4F0A7

Tints of Australian Mint #E4F0A7

Color information

#E4F0A7 (or 0xE4F0A7) is unknown color: approx Australian Mint. HEX triplet: E4, F0 and A7. RGB value is (228,240,167). Sum of RGB (Red+Green+Blue) = 228+240+167=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F0A7 is #1B0F58. Grayscale: #E4E4E4. Windows color (decimal): -1773401 or 11006180. OLE color: 11006180.

HSL color Cylindrical-coordinate representation of color #E4F0A7: hue angle of 69.86º 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 #E4F0A7 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB228240167-
CMYK0.0500.300.06
HSL69.86º70.87%79.8%-
HSV(B)69.86º30.42%94.12%-
XYZ70.1381.648.61-
YUV228.0993.52127.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 167 (65.62% from 255) = 26.30%
R=35.91%
G=37.80%
B=26.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282401670.0500.300.0669.8670.8779.8
HexE4F0A7501E6464750
Octal34436024750366106107120
Binary111001001111000010100111101011110110100011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4F0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4F0A7; }

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

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

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

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

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

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

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

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