Shades of Lucky #9F9301
Tints of Lucky #9F9301
RGB
CMYK
RGB Variations
Color information
#9F9301 (or 0x9F9301) is known color: Lucky. HEX triplet: 9F, 93 and 01. RGB value is (159,147,1). Sum of RGB (Red+Green+Blue) = 159+147+1=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9301 is #606CFE. Grayscale: #868686. Windows color (decimal): -6319359 or 103327. OLE color: 103327.
HSL color Cylindrical-coordinate representation of color #9F9301: hue angle of 55.44º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F9301 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.38 |
| HSL | 55.44º | 0.99% | 0.31% | - |
| HSV(B) | 55.44º | 0.99% | 0.62% | - |
| XYZ | 24.74 | 28.24 | 4.18 | - |
| YUV | 133.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 1 | 0 | 0.08 | 0.99 | 0.38 | 55.44 | 0.99 | 0.31 |
| Hex | 9F | 93 | 1 | 0 | 8 | 63 | 26 | 37 | 63 | 1F |
| Octal | 237 | 223 | 1 | 0 | 10 | 143 | 46 | 67 | 143 | 37 |
| Binary | 10011111 | 10010011 | 1 | 0 | 1000 | 1100011 | 100110 | 110111 | 1100011 | 11111 |
Color Harmonies of #9F9301
Complementary color
Monochromatic Colors of #9F9301
Black with #9F9301
Text Example
Text Example
White with #9F9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9301; }
p { color: rgb(159,147,1); }
H1.HeaderClassName
{
color: #9F9301;
}
.AnyTagClassName
{
color: #9F9301;
}
</style>
background-color css
<style>
a { background-color: #9F9301; }
a { background-color: rgb(159,147,1); }
div.DivClassName
{
background-color: #9F9301;
}
.BgClassName
{
background-color: #9F9301;
}
</style>
border-color css
<style>
span { border-color: #9F9301; }
span { border-color: rgb(159,147,1); }
td.TdClassName
{
border-color: #9F9301;
}
.TagClassName
{
border-color: #9F9301;
}
</style>