#E2F3AE

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

Shades of Australian Mint #E2F3AE

Tints of Australian Mint #E2F3AE

Color information

#E2F3AE (or 0xE2F3AE) is unknown color: approx Australian Mint. HEX triplet: E2, F3 and AE. RGB value is (226,243,174). Sum of RGB (Red+Green+Blue) = 226+243+174=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F3AE is #1D0C51. Grayscale: #E6E6E6. Windows color (decimal): -1903698 or 11465698. OLE color: 11465698.

HSL color Cylindrical-coordinate representation of color #E2F3AE: hue angle of 74.78º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2F3AE is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB226243174-
CMYK0.0700.280.05
HSL74.78º74.19%81.76%-
HSV(B)74.78º28.4%95.29%-
XYZ71.0583.3352.38-
YUV230.0596.37125.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=35.15%
G=37.79%
B=27.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262431740.0700.280.0574.7874.1981.76
HexE2F3AE701C54b4a52
Octal34236325670345113112122
Binary111000101111001110101110111011100101100101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F3AE; }

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

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

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

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

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

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

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

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