#ECFCA2

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

Shades of Australian Mint #ECFCA2

Tints of Australian Mint #ECFCA2

Color information

#ECFCA2 (or 0xECFCA2) is unknown color: approx Australian Mint. HEX triplet: EC, FC and A2. RGB value is (236,252,162). Sum of RGB (Red+Green+Blue) = 236+252+162=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCA2 is #13035D. Grayscale: #EDEDED. Windows color (decimal): -1246046 or 10681580. OLE color: 10681580.

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

Color convert

RGB236252162-
CMYK0.0600.360.01
HSL70.67º93.75%81.18%-
HSV(B)70.67º35.71%98.82%-
XYZ75.9290.0647.56-
YUV236.9685.7127.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 162 (63.67% from 255) = 24.92%
R=36.31%
G=38.77%
B=24.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362521620.0600.360.0170.6793.7581.18
HexECFCA260241475e51
Octal35437424260441107136121
Binary11101100111111001010001011001001001100011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCA2; }

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

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

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

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

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

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

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

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