#E2FEAE

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

Shades of Australian Mint #E2FEAE

Tints of Australian Mint #E2FEAE

Color information

#E2FEAE (or 0xE2FEAE) is unknown color: approx Australian Mint. HEX triplet: E2, FE and AE. RGB value is (226,254,174). Sum of RGB (Red+Green+Blue) = 226+254+174=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAE is #1D0151. Grayscale: #ECECEC. Windows color (decimal): -1900882 or 11468514. OLE color: 11468514.

HSL color Cylindrical-coordinate representation of color #E2FEAE: hue angle of 81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2FEAE is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB226254174-
CMYK0.1100.310.00
HSL81º97.56%83.92%-
HSV(B)81º31.5%99.61%-
XYZ74.4590.1153.51-
YUV236.5192.72120.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=34.56%
G=38.84%
B=26.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262541740.1100.310.008197.5683.92
HexE2FEAEB01F0516254
Octal342376256130370121142124
Binary11100010111111101010111010110111110101000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEAE; }

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

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

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

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

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

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

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

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