#ECFCAD

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

Shades of Australian Mint #ECFCAD

Tints of Australian Mint #ECFCAD

Color information

#ECFCAD (or 0xECFCAD) is unknown color: approx Australian Mint. HEX triplet: EC, FC and AD. RGB value is (236,252,173). Sum of RGB (Red+Green+Blue) = 236+252+173=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCAD is #130352. Grayscale: #EEEEEE. Windows color (decimal): -1246035 or 11402476. OLE color: 11402476.

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

Color convert

RGB236252173-
CMYK0.0600.310.01
HSL72.15º92.94%83.33%-
HSV(B)72.15º31.35%98.82%-
XYZ76.9590.4752.94-
YUV238.2191.2126.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 173 (67.97% from 255) = 26.17%
R=35.70%
G=38.12%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362521730.0600.310.0172.1592.9483.33
HexECFCAD601F1485d53
Octal35437425560371110135123
Binary1110110011111100101011011100111111100100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCAD; }

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

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

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

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

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

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

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

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