#EFF9AA

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

Shades of Australian Mint #EFF9AA

Tints of Australian Mint #EFF9AA

Color information

#EFF9AA (or 0xEFF9AA) is unknown color: approx Australian Mint. HEX triplet: EF, F9 and AA. RGB value is (239,249,170). Sum of RGB (Red+Green+Blue) = 239+249+170=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF9AA is #100655. Grayscale: #EDEDED. Windows color (decimal): -1050198 or 11205103. OLE color: 11205103.

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

Color convert

RGB239249170-
CMYK0.0400.320.02
HSL67.59º86.81%82.16%-
HSV(B)67.59º31.73%97.65%-
XYZ76.738951.17-
YUV23790.19129.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 249 (97.66% from 255) = 37.84%
BLUE value IS 170 (66.80% from 255) = 25.84%
R=36.32%
G=37.84%
B=25.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392491700.0400.320.0267.5986.8182.16
HexEFF9AA40202445752
Octal35737125240402104127122
Binary111011111111100110101010100010000010100010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9AA; }

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

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

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

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

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

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

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

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