Shades of Lucky #9F9901
Tints of Lucky #9F9901
RGB
CMYK
RGB Variations
Color information
#9F9901 (or 0x9F9901) is known color: Lucky. HEX triplet: 9F, 99 and 01. RGB value is (159,153,1). Sum of RGB (Red+Green+Blue) = 159+153+1=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9901 is #6066FE. Grayscale: #8A8A8A. Windows color (decimal): -6317823 or 104863. OLE color: 104863.
HSL color Cylindrical-coordinate representation of color #9F9901: hue angle of 57.72º 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 #9F9901 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.38 |
| HSL | 57.72º | 0.99% | 0.31% | - |
| HSV(B) | 57.72º | 0.99% | 0.62% | - |
| XYZ | 25.69 | 30.16 | 4.5 | - |
| YUV | 137.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 1 | 0 | 0.04 | 0.99 | 0.38 | 57.72 | 0.99 | 0.31 |
| Hex | 9F | 99 | 1 | 0 | 4 | 63 | 26 | 3A | 63 | 1F |
| Octal | 237 | 231 | 1 | 0 | 4 | 143 | 46 | 72 | 143 | 37 |
| Binary | 10011111 | 10011001 | 1 | 0 | 100 | 1100011 | 100110 | 111010 | 1100011 | 11111 |
Color Harmonies of #9F9901
Complementary color
Monochromatic Colors of #9F9901
Black with #9F9901
Text Example
Text Example
White with #9F9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9901; }
p { color: rgb(159,153,1); }
H1.HeaderClassName
{
color: #9F9901;
}
.AnyTagClassName
{
color: #9F9901;
}
</style>
background-color css
<style>
a { background-color: #9F9901; }
a { background-color: rgb(159,153,1); }
div.DivClassName
{
background-color: #9F9901;
}
.BgClassName
{
background-color: #9F9901;
}
</style>
border-color css
<style>
span { border-color: #9F9901; }
span { border-color: rgb(159,153,1); }
td.TdClassName
{
border-color: #9F9901;
}
.TagClassName
{
border-color: #9F9901;
}
</style>