Shades of Lucky #9F901A
Tints of Lucky #9F901A
RGB
CMYK
RGB Variations
Color information
#9F901A (or 0x9F901A) is known color: Lucky. HEX triplet: 9F, 90 and 1A. RGB value is (159,144,26). Sum of RGB (Red+Green+Blue) = 159+144+26=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F901A is #606FE5. Grayscale: #878787. Windows color (decimal): -6320102 or 1740959. OLE color: 1740959.
HSL color Cylindrical-coordinate representation of color #9F901A: hue angle of 53.23º 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 #9F901A is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 26 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.38 |
| HSL | 53.23º | 0.72% | 0.36% | - |
| HSV(B) | 53.23º | 0.84% | 0.62% | - |
| XYZ | 24.46 | 27.39 | 4.98 | - |
| YUV | 135.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 26 | 0 | 0.09 | 0.84 | 0.38 | 53.23 | 0.72 | 0.36 |
| Hex | 9F | 90 | 1A | 0 | 9 | 54 | 26 | 35 | 48 | 24 |
| Octal | 237 | 220 | 32 | 0 | 11 | 124 | 46 | 65 | 110 | 44 |
| Binary | 10011111 | 10010000 | 11010 | 0 | 1001 | 1010100 | 100110 | 110101 | 1001000 | 100100 |
Color Harmonies of #9F901A
Complementary color
Monochromatic Colors of #9F901A
Black with #9F901A
Text Example
Text Example
White with #9F901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F901A; }
p { color: rgb(159,144,26); }
H1.HeaderClassName
{
color: #9F901A;
}
.AnyTagClassName
{
color: #9F901A;
}
</style>
background-color css
<style>
a { background-color: #9F901A; }
a { background-color: rgb(159,144,26); }
div.DivClassName
{
background-color: #9F901A;
}
.BgClassName
{
background-color: #9F901A;
}
</style>
border-color css
<style>
span { border-color: #9F901A; }
span { border-color: rgb(159,144,26); }
td.TdClassName
{
border-color: #9F901A;
}
.TagClassName
{
border-color: #9F901A;
}
</style>