#EEFFA5

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

Shades of Australian Mint #EEFFA5

Tints of Australian Mint #EEFFA5

Color information

#EEFFA5 (or 0xEEFFA5) is unknown color: approx Australian Mint. HEX triplet: EE, FF and A5. RGB value is (238,255,165). Sum of RGB (Red+Green+Blue) = 238+255+165=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA5 is #11005A. Grayscale: #EFEFEF. Windows color (decimal): -1114203 or 10878958. OLE color: 10878958.

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

Color convert

RGB238255165-
CMYK0.0700.350
HSL71.33º100%82.35%-
HSV(B)71.33º35.29%100%-
XYZ77.8192.4149.33-
YUV239.6685.87126.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 165 (64.84% from 255) = 25.08%
R=36.17%
G=38.75%
B=25.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551650.0700.35071.3310082.35
HexEEFFA570230476452
Octal35637724570430107144122
Binary11101110111111111010010111101000110100011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFA5; }

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

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

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

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

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

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

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

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