#E9FCA0

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

Shades of Australian Mint #E9FCA0

Tints of Australian Mint #E9FCA0

Color information

#E9FCA0 (or 0xE9FCA0) is unknown color: approx Australian Mint. HEX triplet: E9, FC and A0. RGB value is (233,252,160). Sum of RGB (Red+Green+Blue) = 233+252+160=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FCA0 is #16035F. Grayscale: #ECECEC. Windows color (decimal): -1442656 or 10550505. OLE color: 10550505.

HSL color Cylindrical-coordinate representation of color #E9FCA0: hue angle of 72.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E9FCA0 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB233252160-
CMYK0.0800.370.01
HSL72.39º93.88%80.78%-
HSV(B)72.39º36.51%98.82%-
XYZ74.7689.4846.59-
YUV235.8385.21125.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 160 (62.89% from 255) = 24.81%
R=36.12%
G=39.07%
B=24.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332521600.0800.370.0172.3993.8880.78
HexE9FCA080251485e51
Octal351374240100451110136121
Binary111010011111110010100000100001001011100100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FCA0; }

 p { color: rgb(233,252,160); }

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

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

 a { background-color: rgb(233,252,160); }

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

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

 span { border-color: rgb(233,252,160); }

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