#ECF2A0

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

Shades of Australian Mint #ECF2A0

Tints of Australian Mint #ECF2A0

Color information

#ECF2A0 (or 0xECF2A0) is unknown color: approx Australian Mint. HEX triplet: EC, F2 and A0. RGB value is (236,242,160). Sum of RGB (Red+Green+Blue) = 236+242+160=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2A0 is #130D5F. Grayscale: #E7E7E7. Windows color (decimal): -1248608 or 10547948. OLE color: 10547948.

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

Color convert

RGB236242160-
CMYK0.0200.340.05
HSL64.39º75.93%78.82%-
HSV(B)64.39º33.88%94.9%-
XYZ72.6983.8845.62-
YUV230.8688.01131.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 160 (62.89% from 255) = 25.08%
R=36.99%
G=37.93%
B=25.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421600.0200.340.0564.3975.9378.82
HexECF2A020225404c4f
Octal35436224020425100114117
Binary111011001111001010100000100100010101100000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2A0; }

 p { color: rgb(236,242,160); }

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

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

 a { background-color: rgb(236,242,160); }

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

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

 span { border-color: rgb(236,242,160); }

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