Shades of Lucky #9F9500
Tints of Lucky #9F9500
RGB
CMYK
RGB Variations
Color information
#9F9500 (or 0x9F9500) is known color: Lucky. HEX triplet: 9F, 95 and 00. RGB value is (159,149,0). Sum of RGB (Red+Green+Blue) = 159+149+0=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9500 is #606AFF. Grayscale: #878787. Windows color (decimal): -6318848 or 38303. OLE color: 38303.
HSL color Cylindrical-coordinate representation of color #9F9500: hue angle of 56.23º 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 #9F9500 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.38 |
| HSL | 56.23º | 1% | 0.31% | - |
| HSV(B) | 56.23º | 1% | 0.62% | - |
| XYZ | 25.05 | 28.87 | 4.25 | - |
| YUV | 135 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 0 | 0 | 0.06 | 1 | 0.38 | 56.23 | 1 | 0.31 |
| Hex | 9F | 95 | 0 | 0 | 6 | 64 | 26 | 38 | 64 | 1F |
| Octal | 237 | 225 | 0 | 0 | 6 | 144 | 46 | 70 | 144 | 37 |
| Binary | 10011111 | 10010101 | 0 | 0 | 110 | 1100100 | 100110 | 111000 | 1100100 | 11111 |
Color Harmonies of #9F9500
Complementary color
Monochromatic Colors of #9F9500
Black with #9F9500
Text Example
Text Example
White with #9F9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9500; }
p { color: rgb(159,149,0); }
H1.HeaderClassName
{
color: #9F9500;
}
.AnyTagClassName
{
color: #9F9500;
}
</style>
background-color css
<style>
a { background-color: #9F9500; }
a { background-color: rgb(159,149,0); }
div.DivClassName
{
background-color: #9F9500;
}
.BgClassName
{
background-color: #9F9500;
}
</style>
border-color css
<style>
span { border-color: #9F9500; }
span { border-color: rgb(159,149,0); }
td.TdClassName
{
border-color: #9F9500;
}
.TagClassName
{
border-color: #9F9500;
}
</style>