Shades of Lucky #9F9404
Tints of Lucky #9F9404
RGB
CMYK
RGB Variations
Color information
#9F9404 (or 0x9F9404) is known color: Lucky. HEX triplet: 9F, 94 and 04. RGB value is (159,148,4). Sum of RGB (Red+Green+Blue) = 159+148+4=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9404 is #606BFB. Grayscale: #878787. Windows color (decimal): -6319100 or 300191. OLE color: 300191.
HSL color Cylindrical-coordinate representation of color #9F9404: hue angle of 55.74º degrees, saturation: 0.95, 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 #9F9404 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 4 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.38 |
| HSL | 55.74º | 0.95% | 0.32% | - |
| HSV(B) | 55.74º | 0.97% | 0.62% | - |
| XYZ | 24.91 | 28.56 | 4.31 | - |
| YUV | 134.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 4 | 0 | 0.07 | 0.97 | 0.38 | 55.74 | 0.95 | 0.32 |
| Hex | 9F | 94 | 4 | 0 | 7 | 61 | 26 | 38 | 5F | 20 |
| Octal | 237 | 224 | 4 | 0 | 7 | 141 | 46 | 70 | 137 | 40 |
| Binary | 10011111 | 10010100 | 100 | 0 | 111 | 1100001 | 100110 | 111000 | 1011111 | 100000 |
Color Harmonies of #9F9404
Complementary color
Monochromatic Colors of #9F9404
Black with #9F9404
Text Example
Text Example
White with #9F9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9404; }
p { color: rgb(159,148,4); }
H1.HeaderClassName
{
color: #9F9404;
}
.AnyTagClassName
{
color: #9F9404;
}
</style>
background-color css
<style>
a { background-color: #9F9404; }
a { background-color: rgb(159,148,4); }
div.DivClassName
{
background-color: #9F9404;
}
.BgClassName
{
background-color: #9F9404;
}
</style>
border-color css
<style>
span { border-color: #9F9404; }
span { border-color: rgb(159,148,4); }
td.TdClassName
{
border-color: #9F9404;
}
.TagClassName
{
border-color: #9F9404;
}
</style>