#E2EEA5

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

Shades of Australian Mint #E2EEA5

Tints of Australian Mint #E2EEA5

Color information

#E2EEA5 (or 0xE2EEA5) is unknown color: approx Australian Mint. HEX triplet: E2, EE and A5. RGB value is (226,238,165). Sum of RGB (Red+Green+Blue) = 226+238+165=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EEA5 is #1D115A. Grayscale: #E2E2E2. Windows color (decimal): -1904987 or 10874594. OLE color: 10874594.

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

Color convert

RGB226238165-
CMYK0.0500.310.07
HSL69.86º68.22%79.02%-
HSV(B)69.86º30.67%93.33%-
XYZ68.7380.0347.42-
YUV226.0993.52127.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 165 (64.84% from 255) = 26.23%
R=35.93%
G=37.84%
B=26.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262381650.0500.310.0769.8668.2279.02
HexE2EEA5501F746444f
Octal34235624550377106104117
Binary111000101110111010100101101011111111100011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEA5; }

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

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

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

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

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

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

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

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