#E0F5AC

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

Shades of Australian Mint #E0F5AC

Tints of Australian Mint #E0F5AC

Color information

#E0F5AC (or 0xE0F5AC) is unknown color: approx Australian Mint. HEX triplet: E0, F5 and AC. RGB value is (224,245,172). Sum of RGB (Red+Green+Blue) = 224+245+172=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F5AC is #1F0A53. Grayscale: #E6E6E6. Windows color (decimal): -2034260 or 11335136. OLE color: 11335136.

HSL color Cylindrical-coordinate representation of color #E0F5AC: hue angle of 77.26º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0F5AC is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB224245172-
CMYK0.0900.300.04
HSL77.26º78.49%81.76%-
HSV(B)77.26º29.8%96.08%-
XYZ70.8484.1351.53-
YUV230.495.04123.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 245 (96.09% from 255) = 38.22%
BLUE value IS 172 (67.58% from 255) = 26.83%
R=34.95%
G=38.22%
B=26.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242451720.0900.300.0477.2678.4981.76
HexE0F5AC901E44d4e52
Octal340365254110364115116122
Binary1110000011110101101011001001011110100100110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F5AC; }

 p { color: rgb(224,245,172); }

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

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

 a { background-color: rgb(224,245,172); }

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

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

 span { border-color: rgb(224,245,172); }

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