#ECF1AC

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

Shades of Australian Mint #ECF1AC

Tints of Australian Mint #ECF1AC

Color information

#ECF1AC (or 0xECF1AC) is unknown color: approx Australian Mint. HEX triplet: EC, F1 and AC. RGB value is (236,241,172). Sum of RGB (Red+Green+Blue) = 236+241+172=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1AC is #130E53. Grayscale: #E7E7E7. Windows color (decimal): -1248852 or 11334124. OLE color: 11334124.

HSL color Cylindrical-coordinate representation of color #ECF1AC: hue angle of 64.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF1AC is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB236241172-
CMYK0.0200.290.05
HSL64.35º71.13%80.98%-
HSV(B)64.35º28.63%94.51%-
XYZ73.4983.7251.32-
YUV231.6494.34131.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=36.36%
G=37.13%
B=26.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362411720.0200.290.0564.3571.1380.98
HexECF1AC201D5404751
Octal35436125420355100107121
Binary11101100111100011010110010011101101100000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1AC; }

 p { color: rgb(236,241,172); }

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

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

 a { background-color: rgb(236,241,172); }

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

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

 span { border-color: rgb(236,241,172); }

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