#E2FEA1

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

Shades of Australian Mint #E2FEA1

Tints of Australian Mint #E2FEA1

Color information

#E2FEA1 (or 0xE2FEA1) is unknown color: approx Australian Mint. HEX triplet: E2, FE and A1. RGB value is (226,254,161). Sum of RGB (Red+Green+Blue) = 226+254+161=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEA1 is #1D015E. Grayscale: #EBEBEB. Windows color (decimal): -1900895 or 10616546. OLE color: 10616546.

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

Color convert

RGB226254161-
CMYK0.1100.370.00
HSL78.06º97.89%81.37%-
HSV(B)78.06º36.61%99.61%-
XYZ73.2489.6347.16-
YUV235.0386.22121.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 161 (63.28% from 255) = 25.12%
R=35.26%
G=39.63%
B=25.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262541610.1100.370.0078.0697.8981.37
HexE2FEA1B02504e6251
Octal342376241130450116142121
Binary111000101111111010100001101101001010100111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEA1; }

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

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

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

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

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

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

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

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