#ECF2AB

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

Shades of Australian Mint #ECF2AB

Tints of Australian Mint #ECF2AB

Color information

#ECF2AB (or 0xECF2AB) is unknown color: approx Australian Mint. HEX triplet: EC, F2 and AB. RGB value is (236,242,171). Sum of RGB (Red+Green+Blue) = 236+242+171=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AB is #130D54. Grayscale: #E8E8E8. Windows color (decimal): -1248597 or 11268844. OLE color: 11268844.

HSL color Cylindrical-coordinate representation of color #ECF2AB: hue angle of 65.07º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF2AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB236242171-
CMYK0.0200.290.05
HSL65.07º73.2%80.98%-
HSV(B)65.07º29.34%94.9%-
XYZ73.6984.2850.91-
YUV232.1193.51130.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=36.36%
G=37.29%
B=26.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421710.0200.290.0565.0773.280.98
HexECF2AB201D5414951
Octal35436225320355101111121
Binary11101100111100101010101110011101101100000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2AB; }

 p { color: rgb(236,242,171); }

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

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

 a { background-color: rgb(236,242,171); }

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

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

 span { border-color: rgb(236,242,171); }

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