Shades of Lucky #9F9925
Tints of Lucky #9F9925
RGB
CMYK
RGB Variations
Color information
#9F9925 (or 0x9F9925) is known color: Lucky. HEX triplet: 9F, 99 and 25. RGB value is (159,153,37). Sum of RGB (Red+Green+Blue) = 159+153+37=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9925 is #6066DA. Grayscale: #8E8E8E. Windows color (decimal): -6317787 or 2464159. OLE color: 2464159.
HSL color Cylindrical-coordinate representation of color #9F9925: hue angle of 57.05º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F9925 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 37 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.38 |
| HSL | 57.05º | 0.62% | 0.38% | - |
| HSV(B) | 57.05º | 0.77% | 0.62% | - |
| XYZ | 26.02 | 30.29 | 6.22 | - |
| YUV | 141.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 37 | 0 | 0.04 | 0.77 | 0.38 | 57.05 | 0.62 | 0.38 |
| Hex | 9F | 99 | 25 | 0 | 4 | 4D | 26 | 39 | 3E | 26 |
| Octal | 237 | 231 | 45 | 0 | 4 | 115 | 46 | 71 | 76 | 46 |
| Binary | 10011111 | 10011001 | 100101 | 0 | 100 | 1001101 | 100110 | 111001 | 111110 | 100110 |
Color Harmonies of #9F9925
Complementary color
Monochromatic Colors of #9F9925
Black with #9F9925
Text Example
Text Example
White with #9F9925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9925; }
p { color: rgb(159,153,37); }
H1.HeaderClassName
{
color: #9F9925;
}
.AnyTagClassName
{
color: #9F9925;
}
</style>
background-color css
<style>
a { background-color: #9F9925; }
a { background-color: rgb(159,153,37); }
div.DivClassName
{
background-color: #9F9925;
}
.BgClassName
{
background-color: #9F9925;
}
</style>
border-color css
<style>
span { border-color: #9F9925; }
span { border-color: rgb(159,153,37); }
td.TdClassName
{
border-color: #9F9925;
}
.TagClassName
{
border-color: #9F9925;
}
</style>