#ECFDA4

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

Shades of Australian Mint #ECFDA4

Tints of Australian Mint #ECFDA4

Color information

#ECFDA4 (or 0xECFDA4) is unknown color: approx Australian Mint. HEX triplet: EC, FD and A4. RGB value is (236,253,164). Sum of RGB (Red+Green+Blue) = 236+253+164=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 164 (64.45% from 255 or 25.11% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDA4 is #13025B. Grayscale: #EEEEEE. Windows color (decimal): -1245788 or 10812908. OLE color: 10812908.

HSL color Cylindrical-coordinate representation of color #ECFDA4: hue angle of 71.46º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECFDA4 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB236253164-
CMYK0.0700.350.01
HSL71.46º95.7%81.76%-
HSV(B)71.46º35.18%99.22%-
XYZ76.4290.7648.61-
YUV237.7786.37126.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 164 (64.45% from 255) = 25.11%
R=36.14%
G=38.74%
B=25.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362531640.0700.350.0171.4695.781.76
HexECFDA470231476052
Octal35437524470431107140122
Binary11101100111111011010010011101000111100011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDA4; }

 p { color: rgb(236,253,164); }

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

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

 a { background-color: rgb(236,253,164); }

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

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

 span { border-color: rgb(236,253,164); }

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