#EFFBA9

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

Shades of Australian Mint #EFFBA9

Tints of Australian Mint #EFFBA9

Color information

#EFFBA9 (or 0xEFFBA9) is unknown color: approx Australian Mint. HEX triplet: EF, FB and A9. RGB value is (239,251,169). Sum of RGB (Red+Green+Blue) = 239+251+169=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 169 (66.41% from 255 or 25.64% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA9 is #100456. Grayscale: #EEEEEE. Windows color (decimal): -1049687 or 11140079. OLE color: 11140079.

HSL color Cylindrical-coordinate representation of color #EFFBA9: hue angle of 68.78º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFFBA9 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB239251169-
CMYK0.0500.330.02
HSL68.78º91.11%82.35%-
HSV(B)68.78º32.67%98.43%-
XYZ77.2690.2150.88-
YUV238.0689.02128.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 169 (66.41% from 255) = 25.64%
R=36.27%
G=38.09%
B=25.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511690.0500.330.0268.7891.1182.35
HexEFFBA950212455b52
Octal35737325150412105133122
Binary111011111111101110101001101010000110100010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBA9; }

 p { color: rgb(239,251,169); }

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

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

 a { background-color: rgb(239,251,169); }

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

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

 span { border-color: rgb(239,251,169); }

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