#E2FBAF

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

Shades of Australian Mint #E2FBAF

Tints of Australian Mint #E2FBAF

Color information

#E2FBAF (or 0xE2FBAF) is unknown color: approx Australian Mint. HEX triplet: E2, FB and AF. RGB value is (226,251,175). Sum of RGB (Red+Green+Blue) = 226+251+175=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FBAF is #1D0450. Grayscale: #EBEBEB. Windows color (decimal): -1901649 or 11533282. OLE color: 11533282.

HSL color Cylindrical-coordinate representation of color #E2FBAF: hue angle of 79.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2FBAF is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB226251175-
CMYK0.1000.300.02
HSL79.74º90.48%83.53%-
HSV(B)79.74º30.28%98.43%-
XYZ73.688.2653.71-
YUV234.8694.22121.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 175 (68.75% from 255) = 26.84%
R=34.66%
G=38.50%
B=26.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262511750.1000.300.0279.7490.4883.53
HexE2FBAFA01E2505a54
Octal342373257120362120132124
Binary111000101111101110101111101001111010101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBAF; }

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

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

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

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

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

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

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

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