#E2FBAE

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

Shades of Australian Mint #E2FBAE

Tints of Australian Mint #E2FBAE

Color information

#E2FBAE (or 0xE2FBAE) is unknown color: approx Australian Mint. HEX triplet: E2, FB and AE. RGB value is (226,251,174). Sum of RGB (Red+Green+Blue) = 226+251+174=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBAE is #1D0451. Grayscale: #EBEBEB. Windows color (decimal): -1901650 or 11467746. OLE color: 11467746.

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

Color convert

RGB226251174-
CMYK0.1000.310.02
HSL79.48º90.59%83.33%-
HSV(B)79.48º30.68%98.43%-
XYZ73.588.2253.2-
YUV234.7593.72121.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=34.72%
G=38.56%
B=26.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262511740.1000.310.0279.4890.5983.33
HexE2FBAEA01F24f5b53
Octal342373256120372117133123
Binary111000101111101110101110101001111110100111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBAE; }

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

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

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

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

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

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

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

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