#E2EEA1

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

Shades of Australian Mint #E2EEA1

Tints of Australian Mint #E2EEA1

Color information

#E2EEA1 (or 0xE2EEA1) is unknown color: approx Australian Mint. HEX triplet: E2, EE and A1. RGB value is (226,238,161). Sum of RGB (Red+Green+Blue) = 226+238+161=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EEA1 is #1D115E. Grayscale: #E1E1E1. Windows color (decimal): -1904991 or 10612450. OLE color: 10612450.

HSL color Cylindrical-coordinate representation of color #E2EEA1: hue angle of 69.35º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2EEA1 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB226238161-
CMYK0.0500.320.07
HSL69.35º69.37%78.24%-
HSV(B)69.35º32.35%93.33%-
XYZ68.3779.8945.54-
YUV225.6391.52128.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 161 (63.28% from 255) = 25.76%
R=36.16%
G=38.08%
B=25.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262381610.0500.320.0769.3569.3778.24
HexE2EEA15020745454e
Octal34235624150407105105116
Binary1110001011101110101000011010100000111100010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEA1; }

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

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

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

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

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

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

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

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