#EEFFA1

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

Shades of Australian Mint #EEFFA1

Tints of Australian Mint #EEFFA1

Color information

#EEFFA1 (or 0xEEFFA1) is unknown color: approx Australian Mint. HEX triplet: EE, FF and A1. RGB value is (238,255,161). Sum of RGB (Red+Green+Blue) = 238+255+161=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA1 is #11005E. Grayscale: #EFEFEF. Windows color (decimal): -1114207 or 10616814. OLE color: 10616814.

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

Color convert

RGB238255161-
CMYK0.0700.370
HSL70.85º100%81.57%-
HSV(B)70.85º36.86%100%-
XYZ77.4592.2747.45-
YUV239.283.87127.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 161 (63.28% from 255) = 24.62%
R=36.39%
G=38.99%
B=24.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551610.0700.37070.8510081.57
HexEEFFA170250476452
Octal35637724170450107144122
Binary11101110111111111010000111101001010100011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFA1; }

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

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

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

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

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

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

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

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