#EFFEA6

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

Shades of Australian Mint #EFFEA6

Tints of Australian Mint #EFFEA6

Color information

#EFFEA6 (or 0xEFFEA6) is unknown color: approx Australian Mint. HEX triplet: EF, FE and A6. RGB value is (239,254,166). Sum of RGB (Red+Green+Blue) = 239+254+166=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 166 (65.23% from 255 or 25.19% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA6 is #100159. Grayscale: #EFEFEF. Windows color (decimal): -1048922 or 10944239. OLE color: 10944239.

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

Color convert

RGB239254166-
CMYK0.0600.350.00
HSL70.23º97.78%82.35%-
HSV(B)70.23º34.65%99.61%-
XYZ77.9291.9949.72-
YUV239.4886.53127.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 166 (65.23% from 255) = 25.19%
R=36.27%
G=38.54%
B=25.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541660.0600.350.0070.2397.7882.35
HexEFFEA660230466252
Octal35737624660430106142122
Binary11101111111111101010011011001000110100011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEA6; }

 p { color: rgb(239,254,166); }

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

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

 a { background-color: rgb(239,254,166); }

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

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

 span { border-color: rgb(239,254,166); }

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