#EEF2AC

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

Shades of Australian Mint #EEF2AC

Tints of Australian Mint #EEF2AC

Color information

#EEF2AC (or 0xEEF2AC) is unknown color: approx Australian Mint. HEX triplet: EE, F2 and AC. RGB value is (238,242,172). Sum of RGB (Red+Green+Blue) = 238+242+172=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2AC is #110D53. Grayscale: #E9E9E9. Windows color (decimal): -1117524 or 11334382. OLE color: 11334382.

HSL color Cylindrical-coordinate representation of color #EEF2AC: hue angle of 63.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEF2AC is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB238242172-
CMYK0.0200.290.05
HSL63.43º72.92%81.18%-
HSV(B)63.43º28.93%94.9%-
XYZ74.4684.6651.45-
YUV232.8293.67131.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=36.50%
G=37.12%
B=26.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421720.0200.290.0563.4372.9281.18
HexEEF2AC201D53f4951
Octal3563622542035577111121
Binary1110111011110010101011001001110110111111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2AC; }

 p { color: rgb(238,242,172); }

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

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

 a { background-color: rgb(238,242,172); }

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

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

 span { border-color: rgb(238,242,172); }

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