#EFFFA0

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

Shades of Australian Mint #EFFFA0

Tints of Australian Mint #EFFFA0

Color information

#EFFFA0 (or 0xEFFFA0) is unknown color: approx Australian Mint. HEX triplet: EF, FF and A0. RGB value is (239,255,160). Sum of RGB (Red+Green+Blue) = 239+255+160=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFA0 is #10005F. Grayscale: #EFEFEF. Windows color (decimal): -1048672 or 10551279. OLE color: 10551279.

HSL color Cylindrical-coordinate representation of color #EFFFA0: hue angle of 70.11º 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 #EFFFA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB239255160-
CMYK0.0600.370
HSL70.11º100%81.37%-
HSV(B)70.11º37.25%100%-
XYZ77.792.4147-
YUV239.3983.2127.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 160 (62.89% from 255) = 24.46%
R=36.54%
G=38.99%
B=24.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551600.0600.37070.1110081.37
HexEFFFA060250466451
Octal35737724060450106144121
Binary11101111111111111010000011001001010100011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFA0; }

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

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

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

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

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

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

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

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