#E2FFB0

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

Shades of Australian Mint #E2FFB0

Tints of Australian Mint #E2FFB0

Color information

#E2FFB0 (or 0xE2FFB0) is unknown color: approx Australian Mint. HEX triplet: E2, FF and B0. RGB value is (226,255,176). Sum of RGB (Red+Green+Blue) = 226+255+176=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFB0 is #1D004F. Grayscale: #EDEDED. Windows color (decimal): -1900624 or 11599842. OLE color: 11599842.

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

Color convert

RGB226255176-
CMYK0.1100.310
HSL82.03º100%84.51%-
HSV(B)82.03º30.98%100%-
XYZ74.9690.8254.65-
YUV237.3293.39119.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.40%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 176 (69.14% from 255) = 26.79%
R=34.40%
G=38.81%
B=26.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551760.1100.31082.0310084.51
HexE2FFB0B01F0526455
Octal342377260130370122144125
Binary11100010111111111011000010110111110101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFB0; }

 p { color: rgb(226,255,176); }

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

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

 a { background-color: rgb(226,255,176); }

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

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

 span { border-color: rgb(226,255,176); }

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