#EEFFAC

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

Shades of Australian Mint #EEFFAC

Tints of Australian Mint #EEFFAC

Color information

#EEFFAC (or 0xEEFFAC) is unknown color: approx Australian Mint. HEX triplet: EE, FF and AC. RGB value is (238,255,172). Sum of RGB (Red+Green+Blue) = 238+255+172=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAC is #110053. Grayscale: #F0F0F0. Windows color (decimal): -1114196 or 11337710. OLE color: 11337710.

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

Color convert

RGB238255172-
CMYK0.0700.330
HSL72.29º100%83.73%-
HSV(B)72.29º32.55%100%-
XYZ78.4792.6852.78-
YUV240.4689.37126.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=35.79%
G=38.35%
B=25.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551720.0700.33072.2910083.73
HexEEFFAC70210486454
Octal35637725470410110144124
Binary11101110111111111010110011101000010100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFAC; }

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

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

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

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

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

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

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

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