#ECFCA8

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

Shades of Australian Mint #ECFCA8

Tints of Australian Mint #ECFCA8

Color information

#ECFCA8 (or 0xECFCA8) is unknown color: approx Australian Mint. HEX triplet: EC, FC and A8. RGB value is (236,252,168). Sum of RGB (Red+Green+Blue) = 236+252+168=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCA8 is #130357. Grayscale: #EDEDED. Windows color (decimal): -1246040 or 11074796. OLE color: 11074796.

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

Color convert

RGB236252168-
CMYK0.0600.330.01
HSL71.43º93.33%82.35%-
HSV(B)71.43º33.33%98.82%-
XYZ76.4790.2850.44-
YUV237.6488.7126.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 168 (66.02% from 255) = 25.61%
R=35.98%
G=38.41%
B=25.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362521680.0600.330.0171.4393.3382.35
HexECFCA860211475d52
Octal35437425060411107135122
Binary11101100111111001010100011001000011100011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCA8; }

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

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

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

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

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

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

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

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