Shades of Lucky #9D9A0F
Tints of Lucky #9D9A0F
RGB
CMYK
RGB Variations
Color information
#9D9A0F (or 0x9D9A0F) is known color: Lucky. HEX triplet: 9D, 9A and 0F. RGB value is (157,154,15). Sum of RGB (Red+Green+Blue) = 157+154+15=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9A0F is #6265F0. Grayscale: #8B8B8B. Windows color (decimal): -6448625 or 1022621. OLE color: 1022621.
HSL color Cylindrical-coordinate representation of color #9D9A0F: hue angle of 58.73º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D9A0F is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 15 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.38 |
| HSL | 58.73º | 0.83% | 0.34% | - |
| HSV(B) | 58.73º | 0.9% | 0.62% | - |
| XYZ | 25.55 | 30.31 | 4.96 | - |
| YUV | 139.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 15 | 0 | 0.02 | 0.90 | 0.38 | 58.73 | 0.83 | 0.34 |
| Hex | 9D | 9A | F | 0 | 2 | 5A | 26 | 3B | 53 | 22 |
| Octal | 235 | 232 | 17 | 0 | 2 | 132 | 46 | 73 | 123 | 42 |
| Binary | 10011101 | 10011010 | 1111 | 0 | 10 | 1011010 | 100110 | 111011 | 1010011 | 100010 |
Color Harmonies of #9D9A0F
Complementary color
Monochromatic Colors of #9D9A0F
Black with #9D9A0F
Text Example
Text Example
White with #9D9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A0F; }
p { color: rgb(157,154,15); }
H1.HeaderClassName
{
color: #9D9A0F;
}
.AnyTagClassName
{
color: #9D9A0F;
}
</style>
background-color css
<style>
a { background-color: #9D9A0F; }
a { background-color: rgb(157,154,15); }
div.DivClassName
{
background-color: #9D9A0F;
}
.BgClassName
{
background-color: #9D9A0F;
}
</style>
border-color css
<style>
span { border-color: #9D9A0F; }
span { border-color: rgb(157,154,15); }
td.TdClassName
{
border-color: #9D9A0F;
}
.TagClassName
{
border-color: #9D9A0F;
}
</style>