#ECFDAF

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

Shades of Australian Mint #ECFDAF

Tints of Australian Mint #ECFDAF

Color information

#ECFDAF (or 0xECFDAF) is unknown color: approx Australian Mint. HEX triplet: EC, FD and AF. RGB value is (236,253,175). Sum of RGB (Red+Green+Blue) = 236+253+175=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFDAF is #130250. Grayscale: #EFEFEF. Windows color (decimal): -1245777 or 11533804. OLE color: 11533804.

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

Color convert

RGB236253175-
CMYK0.0700.310.01
HSL73.08º95.12%83.92%-
HSV(B)73.08º30.83%99.22%-
XYZ77.4691.1854.07-
YUV239.0291.87125.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=35.54%
G=38.10%
B=26.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362531750.0700.310.0173.0895.1283.92
HexECFDAF701F1495f54
Octal35437525770371111137124
Binary1110110011111101101011111110111111100100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDAF; }

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

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

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

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

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

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

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

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