#9FA01F

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

Shades of Lucky #9FA01F

Tints of Lucky #9FA01F

Color information

#9FA01F (or 0x9FA01F) is unknown color: approx Lucky. HEX triplet: 9F, A0 and 1F. RGB value is (159,160,31). Sum of RGB (Red+Green+Blue) = 159+160+31=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA01F is #605FE0. Grayscale: #919191. Windows color (decimal): -6316001 or 2072735. OLE color: 2072735.

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

Color convert

RGB15916031-
CMYK0.0100.810.37
HSL60.47º67.54%37.45%-
HSV(B)60.47º80.62%62.75%-
XYZ27.1232.616.16-
YUV144.9963.67137.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=45.43%
G=45.71%
B=8.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159160310.0100.810.3760.4767.5437.45
Hex9FA01F1051253c4425
Octal2372403710121457410445
Binary1001111110100000111111010100011001011111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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