#E2F7AE

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

Shades of Australian Mint #E2F7AE

Tints of Australian Mint #E2F7AE

Color information

#E2F7AE (or 0xE2F7AE) is unknown color: approx Australian Mint. HEX triplet: E2, F7 and AE. RGB value is (226,247,174). Sum of RGB (Red+Green+Blue) = 226+247+174=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F7AE is #1D0851. Grayscale: #E8E8E8. Windows color (decimal): -1902674 or 11466722. OLE color: 11466722.

HSL color Cylindrical-coordinate representation of color #E2F7AE: hue angle of 77.26º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2F7AE is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB226247174-
CMYK0.0900.300.03
HSL77.26º82.02%82.55%-
HSV(B)77.26º29.55%96.86%-
XYZ72.2685.7552.79-
YUV232.495.04123.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=34.93%
G=38.18%
B=26.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262471740.0900.300.0377.2682.0282.55
HexE2F7AE901E34d5253
Octal342367256110363115122123
Binary111000101111011110101110100101111011100110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F7AE; }

 p { color: rgb(226,247,174); }

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

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

 a { background-color: rgb(226,247,174); }

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

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

 span { border-color: rgb(226,247,174); }

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