#ECFFAA

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

Shades of Australian Mint #ECFFAA

Tints of Australian Mint #ECFFAA

Color information

#ECFFAA (or 0xECFFAA) is unknown color: approx Australian Mint. HEX triplet: EC, FF and AA. RGB value is (236,255,170). Sum of RGB (Red+Green+Blue) = 236+255+170=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFAA is #130055. Grayscale: #EFEFEF. Windows color (decimal): -1245270 or 11206636. OLE color: 11206636.

HSL color Cylindrical-coordinate representation of color #ECFFAA: hue angle of 73.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECFFAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB236255170-
CMYK0.0700.330
HSL73.41º100%83.33%-
HSV(B)73.41º33.33%100%-
XYZ77.6192.2651.75-
YUV239.6388.71125.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 170 (66.80% from 255) = 25.72%
R=35.70%
G=38.58%
B=25.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362551700.0700.33073.4110083.33
HexECFFAA70210496453
Octal35437725270410111144123
Binary11101100111111111010101011101000010100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFAA; }

 p { color: rgb(236,255,170); }

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

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

 a { background-color: rgb(236,255,170); }

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

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

 span { border-color: rgb(236,255,170); }

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