#EFFA9D

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

Shades of Australian Mint #EFFA9D

Tints of Australian Mint #EFFA9D

Color information

#EFFA9D (or 0xEFFA9D) is unknown color: approx Australian Mint. HEX triplet: EF, FA and 9D. RGB value is (239,250,157). Sum of RGB (Red+Green+Blue) = 239+250+157=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 157 (61.72% from 255 or 24.30% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFA9D is #100562. Grayscale: #ECECEC. Windows color (decimal): -1049955 or 10353391. OLE color: 10353391.

HSL color Cylindrical-coordinate representation of color #EFFA9D: hue angle of 67.1º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFFA9D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB239250157-
CMYK0.0400.370.02
HSL67.1º90.29%79.8%-
HSV(B)67.1º37.2%98.04%-
XYZ75.8789.1645.11-
YUV236.1183.36130.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 157 (61.72% from 255) = 24.30%
R=37.00%
G=38.70%
B=24.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501570.0400.370.0267.190.2979.8
HexEFFA9D40252435a50
Octal35737223540452103132120
Binary111011111111101010011101100010010110100001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFA9D; }

 p { color: rgb(239,250,157); }

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

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

 a { background-color: rgb(239,250,157); }

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

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

 span { border-color: rgb(239,250,157); }

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