#E6F0A7

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

Shades of Australian Mint #E6F0A7

Tints of Australian Mint #E6F0A7

Color information

#E6F0A7 (or 0xE6F0A7) is unknown color: approx Australian Mint. HEX triplet: E6, F0 and A7. RGB value is (230,240,167). Sum of RGB (Red+Green+Blue) = 230+240+167=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 167 (65.62% from 255 or 26.22% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F0A7 is #190F58. Grayscale: #E4E4E4. Windows color (decimal): -1642329 or 11006182. OLE color: 11006182.

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

Color convert

RGB230240167-
CMYK0.0400.300.06
HSL68.22º70.87%79.8%-
HSV(B)68.22º30.42%94.12%-
XYZ70.7781.9348.64-
YUV228.6993.19128.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 167 (65.62% from 255) = 26.22%
R=36.11%
G=37.68%
B=26.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302401670.0400.300.0668.2270.8779.8
HexE6F0A7401E6444750
Octal34636024740366104107120
Binary111001101111000010100111100011110110100010010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0A7; }

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

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

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

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

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

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

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

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