#9F8E10

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

Shades of Lucky #9F8E10

Tints of Lucky #9F8E10

Color information

#9F8E10 (or 0x9F8E10) is unknown color: approx Lucky. HEX triplet: 9F, 8E and 10. RGB value is (159,142,16). Sum of RGB (Red+Green+Blue) = 159+142+16=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8E10 is #6071EF. Grayscale: #858585. Windows color (decimal): -6320624 or 1085087. OLE color: 1085087.

HSL color Cylindrical-coordinate representation of color #9F8E10: hue angle of 52.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F8E10 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15914216-
CMYK00.110.900.38
HSL52.87º81.71%34.31%-
HSV(B)52.87º89.94%62.35%-
XYZ24.0626.754.39-
YUV132.7262.13146.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=50.16%
G=44.79%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591421600.110.900.3852.8781.7134.31
Hex9F8E100B5A26355222
Octal23721620013132466512242
Binary1001111110001110100000101110110101001101101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,16); }

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

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

 a { background-color: rgb(159,142,16); }

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

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

 span { border-color: rgb(159,142,16); }

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