#e2f6a7

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

Shades of Australian Mint #E2F6A7

Tints of Australian Mint #E2F6A7

Color information

#E2F6A7 (or 0xE2F6A7) is unknown color: approx Australian Mint. HEX triplet: E2, F6 and A7. RGB value is (226,246,167). Sum of RGB (Red+Green+Blue) = 226+246+167=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F6A7 is #1D0958. Grayscale: #E7E7E7. Windows color (decimal): -1902937 or 11007714. OLE color: 11007714.

HSL color Cylindrical-coordinate representation of color #E2F6A7: hue angle of 75.19º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2F6A7 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB226246167-
CMYK0.0800.320.04
HSL75.19º81.44%80.98%-
HSV(B)75.19º32.11%96.47%-
XYZ71.2984.8749.18-
YUV231.0191.87124.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 246 (96.48% from 255) = 38.50%
BLUE value IS 167 (65.62% from 255) = 26.13%
R=35.37%
G=38.50%
B=26.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262461670.0800.320.0475.1981.4480.98
HexE2F6A7802044b5151
Octal342366247100404113121121
Binary11100010111101101010011110000100000100100101110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2f6a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2f6a7; }

 p { color: rgb(226,246,167); }

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

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

 a { background-color: rgb(226,246,167); }

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

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

 span { border-color: rgb(226,246,167); }

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