#E2FFAC

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

Shades of Australian Mint #E2FFAC

Tints of Australian Mint #E2FFAC

Color information

#E2FFAC (or 0xE2FFAC) is unknown color: approx Australian Mint. HEX triplet: E2, FF and AC. RGB value is (226,255,172). Sum of RGB (Red+Green+Blue) = 226+255+172=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAC is #1D0053. Grayscale: #EDEDED. Windows color (decimal): -1900628 or 11337698. OLE color: 11337698.

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

Color convert

RGB226255172-
CMYK0.1100.330
HSL80.96º100%83.73%-
HSV(B)80.96º32.55%100%-
XYZ74.5790.6752.6-
YUV236.8791.39120.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 172 (67.58% from 255) = 26.34%
R=34.61%
G=39.05%
B=26.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551720.1100.33080.9610083.73
HexE2FFACB0210516454
Octal342377254130410121144124
Binary111000101111111110101100101101000010101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFAC; }

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

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

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

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

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

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

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

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