#EEFFA0

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

Shades of Australian Mint #EEFFA0

Tints of Australian Mint #EEFFA0

Color information

#EEFFA0 (or 0xEEFFA0) is unknown color: approx Australian Mint. HEX triplet: EE, FF and A0. RGB value is (238,255,160). Sum of RGB (Red+Green+Blue) = 238+255+160=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA0 is #11005F. Grayscale: #EFEFEF. Windows color (decimal): -1114208 or 10551278. OLE color: 10551278.

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

Color convert

RGB238255160-
CMYK0.0700.370
HSL70.74º100%81.37%-
HSV(B)70.74º37.25%100%-
XYZ77.3792.2446.98-
YUV239.0983.37127.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 160 (62.89% from 255) = 24.50%
R=36.45%
G=39.05%
B=24.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551600.0700.37070.7410081.37
HexEEFFA070250476451
Octal35637724070450107144121
Binary11101110111111111010000011101001010100011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFA0; }

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

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

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

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

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

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

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

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