Shades of Lucky #9F9102
Tints of Lucky #9F9102
RGB
CMYK
RGB Variations
Color information
#9F9102 (or 0x9F9102) is known color: Lucky. HEX triplet: 9F, 91 and 02. RGB value is (159,145,2). Sum of RGB (Red+Green+Blue) = 159+145+2=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9102 is #606EFD. Grayscale: #858585. Windows color (decimal): -6319870 or 168351. OLE color: 168351.
HSL color Cylindrical-coordinate representation of color #9F9102: hue angle of 54.65º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F9102 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.38 |
| HSL | 54.65º | 0.98% | 0.32% | - |
| HSV(B) | 54.65º | 0.99% | 0.62% | - |
| XYZ | 24.43 | 27.63 | 4.1 | - |
| YUV | 132.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 2 | 0 | 0.09 | 0.99 | 0.38 | 54.65 | 0.98 | 0.32 |
| Hex | 9F | 91 | 2 | 0 | 9 | 63 | 26 | 37 | 62 | 20 |
| Octal | 237 | 221 | 2 | 0 | 11 | 143 | 46 | 67 | 142 | 40 |
| Binary | 10011111 | 10010001 | 10 | 0 | 1001 | 1100011 | 100110 | 110111 | 1100010 | 100000 |
Color Harmonies of #9F9102
Complementary color
Monochromatic Colors of #9F9102
Black with #9F9102
Text Example
Text Example
White with #9F9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9102; }
p { color: rgb(159,145,2); }
H1.HeaderClassName
{
color: #9F9102;
}
.AnyTagClassName
{
color: #9F9102;
}
</style>
background-color css
<style>
a { background-color: #9F9102; }
a { background-color: rgb(159,145,2); }
div.DivClassName
{
background-color: #9F9102;
}
.BgClassName
{
background-color: #9F9102;
}
</style>
border-color css
<style>
span { border-color: #9F9102; }
span { border-color: rgb(159,145,2); }
td.TdClassName
{
border-color: #9F9102;
}
.TagClassName
{
border-color: #9F9102;
}
</style>