#ECFCA0

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

Shades of Australian Mint #ECFCA0

Tints of Australian Mint #ECFCA0

Color information

#ECFCA0 (or 0xECFCA0) is unknown color: approx Australian Mint. HEX triplet: EC, FC and A0. RGB value is (236,252,160). Sum of RGB (Red+Green+Blue) = 236+252+160=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCA0 is #13035F. Grayscale: #EDEDED. Windows color (decimal): -1246048 or 10550508. OLE color: 10550508.

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

Color convert

RGB236252160-
CMYK0.0600.370.01
HSL70.43º93.88%80.78%-
HSV(B)70.43º36.51%98.82%-
XYZ75.7589.9946.64-
YUV236.7384.7127.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 160 (62.89% from 255) = 24.69%
R=36.42%
G=38.89%
B=24.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362521600.0600.370.0170.4393.8880.78
HexECFCA060251465e51
Octal35437424060451106136121
Binary11101100111111001010000011001001011100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCA0; }

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

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

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

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

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

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

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

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