#E7F2A7

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

Shades of Australian Mint #E7F2A7

Tints of Australian Mint #E7F2A7

Color information

#E7F2A7 (or 0xE7F2A7) is unknown color: approx Australian Mint. HEX triplet: E7, F2 and A7. RGB value is (231,242,167). Sum of RGB (Red+Green+Blue) = 231+242+167=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F2A7 is #180D58. Grayscale: #E6E6E6. Windows color (decimal): -1576281 or 11006695. OLE color: 11006695.

HSL color Cylindrical-coordinate representation of color #E7F2A7: hue angle of 68.8º degrees, saturation: 0.74, 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 #E7F2A7 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB231242167-
CMYK0.0500.310.05
HSL68.8º74.26%80.2%-
HSV(B)68.8º30.99%94.9%-
XYZ71.6883.2848.86-
YUV230.1692.36128.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 167 (65.62% from 255) = 26.09%
R=36.09%
G=37.81%
B=26.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312421670.0500.310.0568.874.2680.2
HexE7F2A7501F5454a50
Octal34736224750375105112120
Binary111001111111001010100111101011111101100010110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F2A7; }

 p { color: rgb(231,242,167); }

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

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

 a { background-color: rgb(231,242,167); }

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

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

 span { border-color: rgb(231,242,167); }

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