#9F9A1E

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

Shades of Lucky #9F9A1E

Tints of Lucky #9F9A1E

Color information

#9F9A1E (or 0x9F9A1E) is unknown color: approx Lucky. HEX triplet: 9F, 9A and 1E. RGB value is (159,154,30). Sum of RGB (Red+Green+Blue) = 159+154+30=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9A1E is #6065E1. Grayscale: #8D8D8D. Windows color (decimal): -6317538 or 2005663. OLE color: 2005663.

HSL color Cylindrical-coordinate representation of color #9F9A1E: hue angle of 57.67º degrees, saturation: 0.68, 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 #9F9A1E is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15915430-
CMYK00.030.810.38
HSL57.67º68.25%37.06%-
HSV(B)57.67º81.13%62.35%-
XYZ26.0930.585.76-
YUV141.3665.16140.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=46.36%
G=44.90%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591543000.030.810.3857.6768.2537.06
Hex9F9A1E0351263a4425
Octal2372323603121467210445
Binary10011111100110101111001110100011001101110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,30); }

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

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

 a { background-color: rgb(159,154,30); }

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

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

 span { border-color: rgb(159,154,30); }

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