#9f941f

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

Shades of Lucky #9F941F

Tints of Lucky #9F941F

Color information

#9F941F (or 0x9F941F) is unknown color: approx Lucky. HEX triplet: 9F, 94 and 1F. RGB value is (159,148,31). Sum of RGB (Red+Green+Blue) = 159+148+31=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F941F is #606BE0. Grayscale: #8A8A8A. Windows color (decimal): -6319073 or 2069663. OLE color: 2069663.

HSL color Cylindrical-coordinate representation of color #9F941F: hue angle of 54.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F941F is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15914831-
CMYK00.070.810.38
HSL54.84º67.37%37.25%-
HSV(B)54.84º80.5%62.35%-
XYZ25.1428.655.5-
YUV137.9567.64143.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 31 (12.5% from 255) = 9.17%
R=47.04%
G=43.79%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591483100.070.810.3854.8467.3737.25
Hex9F941F075126374325
Octal2372243707121466710345
Binary100111111001010011111011110100011001101101111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f941f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,31); }

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

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

 a { background-color: rgb(159,148,31); }

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

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

 span { border-color: rgb(159,148,31); }

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