#E2FAAC

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

Shades of Australian Mint #E2FAAC

Tints of Australian Mint #E2FAAC

Color information

#E2FAAC (or 0xE2FAAC) is unknown color: approx Australian Mint. HEX triplet: E2, FA and AC. RGB value is (226,250,172). Sum of RGB (Red+Green+Blue) = 226+250+172=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAAC is #1D0553. Grayscale: #EAEAEA. Windows color (decimal): -1901908 or 11336418. OLE color: 11336418.

HSL color Cylindrical-coordinate representation of color #E2FAAC: hue angle of 78.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2FAAC is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB226250172-
CMYK0.1000.310.02
HSL78.46º88.64%82.75%-
HSV(B)78.46º31.2%98.04%-
XYZ7387.5252.08-
YUV233.9393.05122.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 172 (67.58% from 255) = 26.54%
R=34.88%
G=38.58%
B=26.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501720.1000.310.0278.4688.6482.75
HexE2FAACA01F24e5953
Octal342372254120372116131123
Binary111000101111101010101100101001111110100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAAC; }

 p { color: rgb(226,250,172); }

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

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

 a { background-color: rgb(226,250,172); }

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

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

 span { border-color: rgb(226,250,172); }

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