#9FA041

Color #9FA041 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9FA041

Tints of Highball #9FA041

Color information

#9FA041 (or 0x9FA041) is unknown color: approx Highball. HEX triplet: 9F, A0 and 41. RGB value is (159,160,65). Sum of RGB (Red+Green+Blue) = 159+160+65=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA041 is #605FBE. Grayscale: #959595. Windows color (decimal): -6315967 or 4300959. OLE color: 4300959.

HSL color Cylindrical-coordinate representation of color #9FA041: hue angle of 60.63º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FA041 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB15916065-
CMYK0.0100.590.37
HSL60.63º42.22%44.12%-
HSV(B)60.63º59.38%62.75%-
XYZ27.8232.899.88-
YUV148.8780.67135.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 160 (62.89% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=41.41%
G=41.67%
B=16.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159160650.0100.590.3760.6342.2244.12
Hex9FA041103B253d2a2c
Octal237240101107345755254
Binary1001111110100000100000110111011100101111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA041; }

 p { color: rgb(159,160,65); }

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

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

 a { background-color: rgb(159,160,65); }

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

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

 span { border-color: rgb(159,160,65); }

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