#9F9401

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

Shades of Lucky #9F9401

Tints of Lucky #9F9401

Color information

#9F9401 (or 0x9F9401) is unknown color: approx Lucky. HEX triplet: 9F, 94 and 01. RGB value is (159,148,1). Sum of RGB (Red+Green+Blue) = 159+148+1=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9401 is #606BFE. Grayscale: #878787. Windows color (decimal): -6319103 or 103583. OLE color: 103583.

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

Color convert

RGB1591481-
CMYK00.070.990.38
HSL55.82º98.75%31.37%-
HSV(B)55.82º99.37%62.35%-
XYZ24.8928.554.23-
YUV134.5352.64145.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=51.62%
G=48.05%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159148100.070.990.3855.8298.7531.37
Hex9F94107632638631f
Octal237224107143467014337
Binary1001111110010100101111100011100110111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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