#E3FFA0

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

Shades of Australian Mint #E3FFA0

Tints of Australian Mint #E3FFA0

Color information

#E3FFA0 (or 0xE3FFA0) is unknown color: approx Australian Mint. HEX triplet: E3, FF and A0. RGB value is (227,255,160). Sum of RGB (Red+Green+Blue) = 227+255+160=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #E3FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3FFA0 is #1C005F. Grayscale: #ECECEC. Windows color (decimal): -1835104 or 10551267. OLE color: 10551267.

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

Color convert

RGB227255160-
CMYK0.1100.370
HSL77.68º100%81.37%-
HSV(B)77.68º37.25%100%-
XYZ73.7890.3946.82-
YUV235.885.22121.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.36%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 160 (62.89% from 255) = 24.92%
R=35.36%
G=39.72%
B=24.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2272551600.1100.37077.6810081.37
HexE3FFA0B02504e6451
Octal343377240130450116144121
Binary111000111111111110100000101101001010100111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3FFA0; }

 p { color: rgb(227,255,160); }

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

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

 a { background-color: rgb(227,255,160); }

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

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

 span { border-color: rgb(227,255,160); }

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