#EEFFA4

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

Shades of Australian Mint #EEFFA4

Tints of Australian Mint #EEFFA4

Color information

#EEFFA4 (or 0xEEFFA4) is unknown color: approx Australian Mint. HEX triplet: EE, FF and A4. RGB value is (238,255,164). Sum of RGB (Red+Green+Blue) = 238+255+164=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 164 (64.45% from 255 or 24.96% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA4 is #11005B. Grayscale: #EFEFEF. Windows color (decimal): -1114204 or 10813422. OLE color: 10813422.

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

Color convert

RGB238255164-
CMYK0.0700.360
HSL71.21º100%82.16%-
HSV(B)71.21º35.69%100%-
XYZ77.7292.3848.86-
YUV239.5485.37126.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 164 (64.45% from 255) = 24.96%
R=36.23%
G=38.81%
B=24.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551640.0700.36071.2110082.16
HexEEFFA470240476452
Octal35637724470440107144122
Binary11101110111111111010010011101001000100011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFA4; }

 p { color: rgb(238,255,164); }

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

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

 a { background-color: rgb(238,255,164); }

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

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

 span { border-color: rgb(238,255,164); }

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