Shades of Lucky #9F9300
Tints of Lucky #9F9300
RGB
CMYK
RGB Variations
Color information
#9F9300 (or 0x9F9300) is known color: Lucky. HEX triplet: 9F, 93 and 00. RGB value is (159,147,0). Sum of RGB (Red+Green+Blue) = 159+147+0=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9300 is #606CFF. Grayscale: #868686. Windows color (decimal): -6319360 or 37791. OLE color: 37791.
HSL color Cylindrical-coordinate representation of color #9F9300: hue angle of 55.47º 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 #9F9300 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.38 |
| HSL | 55.47º | 1% | 0.31% | - |
| HSV(B) | 55.47º | 1% | 0.62% | - |
| XYZ | 24.73 | 28.24 | 4.15 | - |
| YUV | 133.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 0 | 0 | 0.08 | 1 | 0.38 | 55.47 | 1 | 0.31 |
| Hex | 9F | 93 | 0 | 0 | 8 | 64 | 26 | 37 | 64 | 1F |
| Octal | 237 | 223 | 0 | 0 | 10 | 144 | 46 | 67 | 144 | 37 |
| Binary | 10011111 | 10010011 | 0 | 0 | 1000 | 1100100 | 100110 | 110111 | 1100100 | 11111 |
Color Harmonies of #9F9300
Complementary color
Monochromatic Colors of #9F9300
Black with #9F9300
Text Example
Text Example
White with #9F9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9300; }
p { color: rgb(159,147,0); }
H1.HeaderClassName
{
color: #9F9300;
}
.AnyTagClassName
{
color: #9F9300;
}
</style>
background-color css
<style>
a { background-color: #9F9300; }
a { background-color: rgb(159,147,0); }
div.DivClassName
{
background-color: #9F9300;
}
.BgClassName
{
background-color: #9F9300;
}
</style>
border-color css
<style>
span { border-color: #9F9300; }
span { border-color: rgb(159,147,0); }
td.TdClassName
{
border-color: #9F9300;
}
.TagClassName
{
border-color: #9F9300;
}
</style>