#E2FFA9

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

Shades of Australian Mint #E2FFA9

Tints of Australian Mint #E2FFA9

Color information

#E2FFA9 (or 0xE2FFA9) is unknown color: approx Australian Mint. HEX triplet: E2, FF and A9. RGB value is (226,255,169). Sum of RGB (Red+Green+Blue) = 226+255+169=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFA9 is #1D0056. Grayscale: #ECECEC. Windows color (decimal): -1900631 or 11141090. OLE color: 11141090.

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

Color convert

RGB226255169-
CMYK0.1100.340
HSL80.23º100%83.14%-
HSV(B)80.23º33.73%100%-
XYZ74.2990.5551.1-
YUV236.5289.89120.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 169 (66.41% from 255) = 26%
R=34.77%
G=39.23%
B=26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551690.1100.34080.2310083.14
HexE2FFA9B0220506453
Octal342377251130420120144123
Binary111000101111111110101001101101000100101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFA9; }

 p { color: rgb(226,255,169); }

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

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

 a { background-color: rgb(226,255,169); }

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

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

 span { border-color: rgb(226,255,169); }

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