#E2EFA8

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

Shades of Australian Mint #E2EFA8

Tints of Australian Mint #E2EFA8

Color information

#E2EFA8 (or 0xE2EFA8) is unknown color: approx Australian Mint. HEX triplet: E2, EF and A8. RGB value is (226,239,168). Sum of RGB (Red+Green+Blue) = 226+239+168=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EFA8 is #1D1057. Grayscale: #E3E3E3. Windows color (decimal): -1904728 or 11071458. OLE color: 11071458.

HSL color Cylindrical-coordinate representation of color #E2EFA8: hue angle of 70.99º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2EFA8 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB226239168-
CMYK0.0500.300.06
HSL70.99º68.93%79.8%-
HSV(B)70.99º29.71%93.73%-
XYZ69.380.7348.98-
YUV227.0294.69127.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 168 (66.02% from 255) = 26.54%
R=35.70%
G=37.76%
B=26.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262391680.0500.300.0670.9968.9379.8
HexE2EFA8501E6474550
Octal34235725050366107105120
Binary111000101110111110101000101011110110100011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFA8; }

 p { color: rgb(226,239,168); }

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

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

 a { background-color: rgb(226,239,168); }

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

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

 span { border-color: rgb(226,239,168); }

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