Shades of Lucky #9F8F1E
Tints of Lucky #9F8F1E
RGB
CMYK
RGB Variations
Color information
#9F8F1E (or 0x9F8F1E) is known color: Lucky. HEX triplet: 9F, 8F and 1E. RGB value is (159,143,30). Sum of RGB (Red+Green+Blue) = 159+143+30=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F1E is #6070E1. Grayscale: #878787. Windows color (decimal): -6320354 or 2002847. OLE color: 2002847.
HSL color Cylindrical-coordinate representation of color #9F8F1E: hue angle of 52.56º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F8F1E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 30 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.38 |
| HSL | 52.56º | 0.68% | 0.37% | - |
| HSV(B) | 52.56º | 0.81% | 0.62% | - |
| XYZ | 24.35 | 27.11 | 5.18 | - |
| YUV | 134.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 30 | 0 | 0.10 | 0.81 | 0.38 | 52.56 | 0.68 | 0.37 |
| Hex | 9F | 8F | 1E | 0 | A | 51 | 26 | 35 | 44 | 25 |
| Octal | 237 | 217 | 36 | 0 | 12 | 121 | 46 | 65 | 104 | 45 |
| Binary | 10011111 | 10001111 | 11110 | 0 | 1010 | 1010001 | 100110 | 110101 | 1000100 | 100101 |
Color Harmonies of #9F8F1E
Complementary color
Monochromatic Colors of #9F8F1E
Black with #9F8F1E
Text Example
Text Example
White with #9F8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F1E; }
p { color: rgb(159,143,30); }
H1.HeaderClassName
{
color: #9F8F1E;
}
.AnyTagClassName
{
color: #9F8F1E;
}
</style>
background-color css
<style>
a { background-color: #9F8F1E; }
a { background-color: rgb(159,143,30); }
div.DivClassName
{
background-color: #9F8F1E;
}
.BgClassName
{
background-color: #9F8F1E;
}
</style>
border-color css
<style>
span { border-color: #9F8F1E; }
span { border-color: rgb(159,143,30); }
td.TdClassName
{
border-color: #9F8F1E;
}
.TagClassName
{
border-color: #9F8F1E;
}
</style>