#E2FEA6

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

Shades of Australian Mint #E2FEA6

Tints of Australian Mint #E2FEA6

Color information

#E2FEA6 (or 0xE2FEA6) is unknown color: approx Australian Mint. HEX triplet: E2, FE and A6. RGB value is (226,254,166). Sum of RGB (Red+Green+Blue) = 226+254+166=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 166 (65.23% from 255 or 25.70% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEA6 is #1D0159. Grayscale: #EBEBEB. Windows color (decimal): -1900890 or 10944226. OLE color: 10944226.

HSL color Cylindrical-coordinate representation of color #E2FEA6: hue angle of 79.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2FEA6 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB226254166-
CMYK0.1100.350.00
HSL79.09º97.78%82.35%-
HSV(B)79.09º34.65%99.61%-
XYZ73.6989.8149.53-
YUV235.688.72121.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 166 (65.23% from 255) = 25.70%
R=34.98%
G=39.32%
B=25.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262541660.1100.350.0079.0997.7882.35
HexE2FEA6B02304f6252
Octal342376246130430117142122
Binary111000101111111010100110101101000110100111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEA6; }

 p { color: rgb(226,254,166); }

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

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

 a { background-color: rgb(226,254,166); }

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

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

 span { border-color: rgb(226,254,166); }

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