#EFF9A1

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

Shades of Australian Mint #EFF9A1

Tints of Australian Mint #EFF9A1

Color information

#EFF9A1 (or 0xEFF9A1) is unknown color: approx Australian Mint. HEX triplet: EF, F9 and A1. RGB value is (239,249,161). Sum of RGB (Red+Green+Blue) = 239+249+161=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF9A1 is #10065E. Grayscale: #ECECEC. Windows color (decimal): -1050207 or 10615279. OLE color: 10615279.

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

Color convert

RGB239249161-
CMYK0.0400.350.02
HSL66.82º88%80.39%-
HSV(B)66.82º35.34%97.65%-
XYZ75.9188.6846.83-
YUV235.9885.69130.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 161 (63.28% from 255) = 24.81%
R=36.83%
G=38.37%
B=24.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491610.0400.350.0266.828880.39
HexEFF9A140232435850
Octal35737124140432103130120
Binary111011111111100110100001100010001110100001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9A1; }

 p { color: rgb(239,249,161); }

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

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

 a { background-color: rgb(239,249,161); }

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

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

 span { border-color: rgb(239,249,161); }

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