#EEFCA2

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

Shades of Australian Mint #EEFCA2

Tints of Australian Mint #EEFCA2

Color information

#EEFCA2 (or 0xEEFCA2) is unknown color: approx Australian Mint. HEX triplet: EE, FC and A2. RGB value is (238,252,162). Sum of RGB (Red+Green+Blue) = 238+252+162=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 162 (63.67% from 255 or 24.85% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFCA2 is #11035D. Grayscale: #EDEDED. Windows color (decimal): -1114974 or 10681582. OLE color: 10681582.

HSL color Cylindrical-coordinate representation of color #EEFCA2: hue angle of 69.33º 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 #EEFCA2 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB238252162-
CMYK0.0600.360.01
HSL69.33º93.75%81.18%-
HSV(B)69.33º35.71%98.82%-
XYZ76.5990.4147.6-
YUV237.5585.36128.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 162 (63.67% from 255) = 24.85%
R=36.50%
G=38.65%
B=24.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521620.0600.360.0169.3393.7581.18
HexEEFCA260241455e51
Octal35637424260441105136121
Binary11101110111111001010001011001001001100010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCA2; }

 p { color: rgb(238,252,162); }

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

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

 a { background-color: rgb(238,252,162); }

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

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

 span { border-color: rgb(238,252,162); }

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