Shades of Lucky #9D9E0D
Tints of Lucky #9D9E0D
RGB
CMYK
RGB Variations
Color information
#9D9E0D (or 0x9D9E0D) is known color: Lucky. HEX triplet: 9D, 9E and 0D. RGB value is (157,158,13). Sum of RGB (Red+Green+Blue) = 157+158+13=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #9D9E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9E0D is #6261F2. Grayscale: #8D8D8D. Windows color (decimal): -6447603 or 892573. OLE color: 892573.
HSL color Cylindrical-coordinate representation of color #9D9E0D: hue angle of 60.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D9E0D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 158 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.38 |
| HSL | 60.41º | 0.85% | 0.34% | - |
| HSV(B) | 60.41º | 0.92% | 0.62% | - |
| XYZ | 26.2 | 31.65 | 5.11 | - |
| YUV | 141.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 13 | 0.01 | 0 | 0.92 | 0.38 | 60.41 | 0.85 | 0.34 |
| Hex | 9D | 9E | D | 1 | 0 | 5C | 26 | 3C | 55 | 22 |
| Octal | 235 | 236 | 15 | 1 | 0 | 134 | 46 | 74 | 125 | 42 |
| Binary | 10011101 | 10011110 | 1101 | 1 | 0 | 1011100 | 100110 | 111100 | 1010101 | 100010 |
Color Harmonies of #9D9E0D
Complementary color
Monochromatic Colors of #9D9E0D
Black with #9D9E0D
Text Example
Text Example
White with #9D9E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9E0D; }
p { color: rgb(157,158,13); }
H1.HeaderClassName
{
color: #9D9E0D;
}
.AnyTagClassName
{
color: #9D9E0D;
}
</style>
background-color css
<style>
a { background-color: #9D9E0D; }
a { background-color: rgb(157,158,13); }
div.DivClassName
{
background-color: #9D9E0D;
}
.BgClassName
{
background-color: #9D9E0D;
}
</style>
border-color css
<style>
span { border-color: #9D9E0D; }
span { border-color: rgb(157,158,13); }
td.TdClassName
{
border-color: #9D9E0D;
}
.TagClassName
{
border-color: #9D9E0D;
}
</style>