Shades of Lucky #9D8F18
Tints of Lucky #9D8F18
RGB
CMYK
RGB Variations
Color information
#9D8F18 (or 0x9D8F18) is known color: Lucky. HEX triplet: 9D, 8F and 18. RGB value is (157,143,24). Sum of RGB (Red+Green+Blue) = 157+143+24=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8F18 is #6270E7. Grayscale: #868686. Windows color (decimal): -6451432 or 1609629. OLE color: 1609629.
HSL color Cylindrical-coordinate representation of color #9D8F18: hue angle of 53.68º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D8F18 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 24 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.38 |
| HSL | 53.68º | 0.73% | 0.35% | - |
| HSV(B) | 53.68º | 0.85% | 0.62% | - |
| XYZ | 23.89 | 26.88 | 4.79 | - |
| YUV | 133.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 24 | 0 | 0.09 | 0.85 | 0.38 | 53.68 | 0.73 | 0.35 |
| Hex | 9D | 8F | 18 | 0 | 9 | 55 | 26 | 36 | 49 | 23 |
| Octal | 235 | 217 | 30 | 0 | 11 | 125 | 46 | 66 | 111 | 43 |
| Binary | 10011101 | 10001111 | 11000 | 0 | 1001 | 1010101 | 100110 | 110110 | 1001001 | 100011 |
Color Harmonies of #9D8F18
Complementary color
Monochromatic Colors of #9D8F18
Black with #9D8F18
Text Example
Text Example
White with #9D8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F18; }
p { color: rgb(157,143,24); }
H1.HeaderClassName
{
color: #9D8F18;
}
.AnyTagClassName
{
color: #9D8F18;
}
</style>
background-color css
<style>
a { background-color: #9D8F18; }
a { background-color: rgb(157,143,24); }
div.DivClassName
{
background-color: #9D8F18;
}
.BgClassName
{
background-color: #9D8F18;
}
</style>
border-color css
<style>
span { border-color: #9D8F18; }
span { border-color: rgb(157,143,24); }
td.TdClassName
{
border-color: #9D8F18;
}
.TagClassName
{
border-color: #9D8F18;
}
</style>