Shades of Lucky #9D951D
Tints of Lucky #9D951D
RGB
CMYK
RGB Variations
Color information
#9D951D (or 0x9D951D) is known color: Lucky. HEX triplet: 9D, 95 and 1D. RGB value is (157,149,29). Sum of RGB (Red+Green+Blue) = 157+149+29=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D951D is #626AE2. Grayscale: #8A8A8A. Windows color (decimal): -6449891 or 1938845. OLE color: 1938845.
HSL color Cylindrical-coordinate representation of color #9D951D: hue angle of 56.25º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D951D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 29 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.38 |
| HSL | 56.25º | 0.69% | 0.36% | - |
| HSV(B) | 56.25º | 0.82% | 0.62% | - |
| XYZ | 24.87 | 28.75 | 5.4 | - |
| YUV | 137.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 29 | 0 | 0.05 | 0.82 | 0.38 | 56.25 | 0.69 | 0.36 |
| Hex | 9D | 95 | 1D | 0 | 5 | 52 | 26 | 38 | 45 | 24 |
| Octal | 235 | 225 | 35 | 0 | 5 | 122 | 46 | 70 | 105 | 44 |
| Binary | 10011101 | 10010101 | 11101 | 0 | 101 | 1010010 | 100110 | 111000 | 1000101 | 100100 |
Color Harmonies of #9D951D
Complementary color
Monochromatic Colors of #9D951D
Black with #9D951D
Text Example
Text Example
White with #9D951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D951D; }
p { color: rgb(157,149,29); }
H1.HeaderClassName
{
color: #9D951D;
}
.AnyTagClassName
{
color: #9D951D;
}
</style>
background-color css
<style>
a { background-color: #9D951D; }
a { background-color: rgb(157,149,29); }
div.DivClassName
{
background-color: #9D951D;
}
.BgClassName
{
background-color: #9D951D;
}
</style>
border-color css
<style>
span { border-color: #9D951D; }
span { border-color: rgb(157,149,29); }
td.TdClassName
{
border-color: #9D951D;
}
.TagClassName
{
border-color: #9D951D;
}
</style>