#9F9900

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

Shades of Lucky #9F9900

Tints of Lucky #9F9900

Color information

#9F9900 (or 0x9F9900) is unknown color: approx Lucky. HEX triplet: 9F, 99 and 00. RGB value is (159,153,0). Sum of RGB (Red+Green+Blue) = 159+153+0=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9900 is #6066FF. Grayscale: #898989. Windows color (decimal): -6317824 or 39327. OLE color: 39327.

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

Color convert

RGB1591530-
CMYK00.0410.38
HSL57.74º100%31.18%-
HSV(B)57.74º100%62.35%-
XYZ25.6930.154.47-
YUV137.3550.49143.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.96%
G=49.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159153000.0410.3857.7410031.18
Hex9F9900464263a641f
Octal237231004144467214437
Binary1001111110011001001001100100100110111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,153,0); }

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

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

 a { background-color: rgb(159,153,0); }

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

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

 span { border-color: rgb(159,153,0); }

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