#ECFDA1

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

Shades of Australian Mint #ECFDA1

Tints of Australian Mint #ECFDA1

Color information

#ECFDA1 (or 0xECFDA1) is unknown color: approx Australian Mint. HEX triplet: EC, FD and A1. RGB value is (236,253,161). Sum of RGB (Red+Green+Blue) = 236+253+161=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 161 (63.28% from 255 or 24.77% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDA1 is #13025E. Grayscale: #EDEDED. Windows color (decimal): -1245791 or 10616300. OLE color: 10616300.

HSL color Cylindrical-coordinate representation of color #ECFDA1: hue angle of 71.09º degrees, saturation: 0.96, 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 #ECFDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB236253161-
CMYK0.0700.360.01
HSL71.09º95.83%81.18%-
HSV(B)71.09º36.36%99.22%-
XYZ76.1590.6647.2-
YUV237.4384.87126.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 161 (63.28% from 255) = 24.77%
R=36.31%
G=38.92%
B=24.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362531610.0700.360.0171.0995.8381.18
HexECFDA170241476051
Octal35437524170441107140121
Binary11101100111111011010000111101001001100011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDA1; }

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

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

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

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

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

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

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

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