#EAFCA1

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

Shades of Australian Mint #EAFCA1

Tints of Australian Mint #EAFCA1

Color information

#EAFCA1 (or 0xEAFCA1) is unknown color: approx Australian Mint. HEX triplet: EA, FC and A1. RGB value is (234,252,161). Sum of RGB (Red+Green+Blue) = 234+252+161=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 161 (63.28% from 255 or 24.88% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFCA1 is #15035E. Grayscale: #ECECEC. Windows color (decimal): -1377119 or 10616042. OLE color: 10616042.

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

Color convert

RGB234252161-
CMYK0.0700.360.01
HSL71.87º93.81%80.98%-
HSV(B)71.87º36.11%98.82%-
XYZ75.1889.6947.07-
YUV236.2485.54126.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 161 (63.28% from 255) = 24.88%
R=36.17%
G=38.95%
B=24.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521610.0700.360.0171.8793.8180.98
HexEAFCA170241485e51
Octal35237424170441110136121
Binary11101010111111001010000111101001001100100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCA1; }

 p { color: rgb(234,252,161); }

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

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

 a { background-color: rgb(234,252,161); }

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

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

 span { border-color: rgb(234,252,161); }

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