#E2FBAA

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

Shades of Australian Mint #E2FBAA

Tints of Australian Mint #E2FBAA

Color information

#E2FBAA (or 0xE2FBAA) is unknown color: approx Australian Mint. HEX triplet: E2, FB and AA. RGB value is (226,251,170). Sum of RGB (Red+Green+Blue) = 226+251+170=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBAA is #1D0455. Grayscale: #EAEAEA. Windows color (decimal): -1901654 or 11205602. OLE color: 11205602.

HSL color Cylindrical-coordinate representation of color #E2FBAA: hue angle of 78.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FBAA is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB226251170-
CMYK0.1000.320.02
HSL78.52º91.01%82.55%-
HSV(B)78.52º32.27%98.43%-
XYZ73.1288.0751.17-
YUV234.2991.72122.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 170 (66.80% from 255) = 26.28%
R=34.93%
G=38.79%
B=26.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262511700.1000.320.0278.5291.0182.55
HexE2FBAAA02024f5b53
Octal342373252120402117133123
Binary1110001011111011101010101010010000010100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBAA; }

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

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

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

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

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

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

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

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