Shades of Lucky #9F9405
Tints of Lucky #9F9405
RGB
CMYK
RGB Variations
Color information
#9F9405 (or 0x9F9405) is known color: Lucky. HEX triplet: 9F, 94 and 05. RGB value is (159,148,5). Sum of RGB (Red+Green+Blue) = 159+148+5=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9405 is #606BFA. Grayscale: #878787. Windows color (decimal): -6319099 or 365727. OLE color: 365727.
HSL color Cylindrical-coordinate representation of color #9F9405: hue angle of 55.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F9405 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.38 |
| HSL | 55.71º | 0.94% | 0.32% | - |
| HSV(B) | 55.71º | 0.97% | 0.62% | - |
| XYZ | 24.92 | 28.56 | 4.34 | - |
| YUV | 134.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 5 | 0 | 0.07 | 0.97 | 0.38 | 55.71 | 0.94 | 0.32 |
| Hex | 9F | 94 | 5 | 0 | 7 | 61 | 26 | 38 | 5E | 20 |
| Octal | 237 | 224 | 5 | 0 | 7 | 141 | 46 | 70 | 136 | 40 |
| Binary | 10011111 | 10010100 | 101 | 0 | 111 | 1100001 | 100110 | 111000 | 1011110 | 100000 |
Color Harmonies of #9F9405
Complementary color
Monochromatic Colors of #9F9405
Black with #9F9405
Text Example
Text Example
White with #9F9405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9405; }
p { color: rgb(159,148,5); }
H1.HeaderClassName
{
color: #9F9405;
}
.AnyTagClassName
{
color: #9F9405;
}
</style>
background-color css
<style>
a { background-color: #9F9405; }
a { background-color: rgb(159,148,5); }
div.DivClassName
{
background-color: #9F9405;
}
.BgClassName
{
background-color: #9F9405;
}
</style>
border-color css
<style>
span { border-color: #9F9405; }
span { border-color: rgb(159,148,5); }
td.TdClassName
{
border-color: #9F9405;
}
.TagClassName
{
border-color: #9F9405;
}
</style>