#ECFFA8

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

Shades of Australian Mint #ECFFA8

Tints of Australian Mint #ECFFA8

Color information

#ECFFA8 (or 0xECFFA8) is unknown color: approx Australian Mint. HEX triplet: EC, FF and A8. RGB value is (236,255,168). Sum of RGB (Red+Green+Blue) = 236+255+168=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFA8 is #130057. Grayscale: #EFEFEF. Windows color (decimal): -1245272 or 11075564. OLE color: 11075564.

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

Color convert

RGB236255168-
CMYK0.0700.340
HSL73.1º100%82.94%-
HSV(B)73.1º34.12%100%-
XYZ77.4292.1850.76-
YUV239.487.71125.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 168 (66.02% from 255) = 25.49%
R=35.81%
G=38.69%
B=25.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362551680.0700.34073.110082.94
HexECFFA870220496453
Octal35437725070420111144123
Binary11101100111111111010100011101000100100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFA8; }

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

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

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

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

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

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

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

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