#E2FEAA

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

Shades of Australian Mint #E2FEAA

Tints of Australian Mint #E2FEAA

Color information

#E2FEAA (or 0xE2FEAA) is unknown color: approx Australian Mint. HEX triplet: E2, FE and AA. RGB value is (226,254,170). Sum of RGB (Red+Green+Blue) = 226+254+170=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAA is #1D0155. Grayscale: #ECECEC. Windows color (decimal): -1900886 or 11206370. OLE color: 11206370.

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

Color convert

RGB226254170-
CMYK0.1100.330.00
HSL80º97.67%83.14%-
HSV(B)80º33.07%99.61%-
XYZ74.0689.9551.49-
YUV236.0590.72120.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 170 (66.80% from 255) = 26.15%
R=34.77%
G=39.08%
B=26.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262541700.1100.330.008097.6783.14
HexE2FEAAB0210506253
Octal342376252130410120142123
Binary111000101111111010101010101101000010101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEAA; }

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

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

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

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

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

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

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

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