Shades of Lucky #9F941A
Tints of Lucky #9F941A
RGB
CMYK
RGB Variations
Color information
#9F941A (or 0x9F941A) is known color: Lucky. HEX triplet: 9F, 94 and 1A. RGB value is (159,148,26). Sum of RGB (Red+Green+Blue) = 159+148+26=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F941A is #606BE5. Grayscale: #898989. Windows color (decimal): -6319078 or 1741983. OLE color: 1741983.
HSL color Cylindrical-coordinate representation of color #9F941A: hue angle of 55.04º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F941A is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 26 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.38 |
| HSL | 55.04º | 0.72% | 0.36% | - |
| HSV(B) | 55.04º | 0.84% | 0.62% | - |
| XYZ | 25.07 | 28.63 | 5.18 | - |
| YUV | 137.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 26 | 0 | 0.07 | 0.84 | 0.38 | 55.04 | 0.72 | 0.36 |
| Hex | 9F | 94 | 1A | 0 | 7 | 54 | 26 | 37 | 48 | 24 |
| Octal | 237 | 224 | 32 | 0 | 7 | 124 | 46 | 67 | 110 | 44 |
| Binary | 10011111 | 10010100 | 11010 | 0 | 111 | 1010100 | 100110 | 110111 | 1001000 | 100100 |
Color Harmonies of #9F941A
Complementary color
Monochromatic Colors of #9F941A
Black with #9F941A
Text Example
Text Example
White with #9F941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F941A; }
p { color: rgb(159,148,26); }
H1.HeaderClassName
{
color: #9F941A;
}
.AnyTagClassName
{
color: #9F941A;
}
</style>
background-color css
<style>
a { background-color: #9F941A; }
a { background-color: rgb(159,148,26); }
div.DivClassName
{
background-color: #9F941A;
}
.BgClassName
{
background-color: #9F941A;
}
</style>
border-color css
<style>
span { border-color: #9F941A; }
span { border-color: rgb(159,148,26); }
td.TdClassName
{
border-color: #9F941A;
}
.TagClassName
{
border-color: #9F941A;
}
</style>