#ECF6AF

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

Shades of Australian Mint #ECF6AF

Tints of Australian Mint #ECF6AF

Color information

#ECF6AF (or 0xECF6AF) is unknown color: approx Australian Mint. HEX triplet: EC, F6 and AF. RGB value is (236,246,175). Sum of RGB (Red+Green+Blue) = 236+246+175=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF6AF is #130950. Grayscale: #EBEBEB. Windows color (decimal): -1247569 or 11532012. OLE color: 11532012.

HSL color Cylindrical-coordinate representation of color #ECF6AF: hue angle of 68.45º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF6AF is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB236246175-
CMYK0.0400.290.04
HSL68.45º79.78%82.55%-
HSV(B)68.45º28.86%96.47%-
XYZ75.2986.8453.35-
YUV234.9294.19128.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 175 (68.75% from 255) = 26.64%
R=35.92%
G=37.44%
B=26.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362461750.0400.290.0468.4579.7882.55
HexECF6AF401D4445053
Octal35436625740354104120123
Binary111011001111011010101111100011101100100010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6AF; }

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

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

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

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

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

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

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

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