#9F9A1D

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

Shades of Lucky #9F9A1D

Tints of Lucky #9F9A1D

Color information

#9F9A1D (or 0x9F9A1D) is unknown color: approx Lucky. HEX triplet: 9F, 9A and 1D. RGB value is (159,154,29). Sum of RGB (Red+Green+Blue) = 159+154+29=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9A1D is #6065E2. Grayscale: #8D8D8D. Windows color (decimal): -6317539 or 1940127. OLE color: 1940127.

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

Color convert

RGB15915429-
CMYK00.030.820.38
HSL57.69º69.15%36.86%-
HSV(B)57.69º81.76%62.35%-
XYZ26.0830.575.69-
YUV141.2464.66140.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 154 (60.55% from 255) = 45.03%
BLUE value IS 29 (11.72% from 255) = 8.48%
R=46.49%
G=45.03%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591542900.030.820.3857.6969.1536.86
Hex9F9A1D0352263a4525
Octal2372323503122467210545
Binary10011111100110101110101110100101001101110101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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