#E2FCA2

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

Shades of Australian Mint #E2FCA2

Tints of Australian Mint #E2FCA2

Color information

#E2FCA2 (or 0xE2FCA2) is unknown color: approx Australian Mint. HEX triplet: E2, FC and A2. RGB value is (226,252,162). Sum of RGB (Red+Green+Blue) = 226+252+162=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 162 (63.67% from 255 or 25.31% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FCA2 is #1D035D. Grayscale: #EAEAEA. Windows color (decimal): -1901406 or 10681570. OLE color: 10681570.

HSL color Cylindrical-coordinate representation of color #E2FCA2: hue angle of 77.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2FCA2 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB226252162-
CMYK0.1000.360.01
HSL77.33º93.75%81.18%-
HSV(B)77.33º35.71%98.82%-
XYZ72.788.447.41-
YUV233.9787.39122.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 162 (63.67% from 255) = 25.31%
R=35.31%
G=39.38%
B=25.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262521620.1000.360.0177.3393.7581.18
HexE2FCA2A02414d5e51
Octal342374242120441115136121
Binary111000101111110010100010101001001001100110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCA2; }

 p { color: rgb(226,252,162); }

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

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

 a { background-color: rgb(226,252,162); }

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

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

 span { border-color: rgb(226,252,162); }

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