Shades of Lucky #9D901A
Tints of Lucky #9D901A
RGB
CMYK
RGB Variations
Color information
#9D901A (or 0x9D901A) is known color: Lucky. HEX triplet: 9D, 90 and 1A. RGB value is (157,144,26). Sum of RGB (Red+Green+Blue) = 157+144+26=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D901A is #626FE5. Grayscale: #868686. Windows color (decimal): -6451174 or 1740957. OLE color: 1740957.
HSL color Cylindrical-coordinate representation of color #9D901A: hue angle of 54.05º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D901A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 26 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.38 |
| HSL | 54.05º | 0.72% | 0.36% | - |
| HSV(B) | 54.05º | 0.83% | 0.62% | - |
| XYZ | 24.06 | 27.19 | 4.96 | - |
| YUV | 134.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 26 | 0 | 0.08 | 0.83 | 0.38 | 54.05 | 0.72 | 0.36 |
| Hex | 9D | 90 | 1A | 0 | 8 | 53 | 26 | 36 | 48 | 24 |
| Octal | 235 | 220 | 32 | 0 | 10 | 123 | 46 | 66 | 110 | 44 |
| Binary | 10011101 | 10010000 | 11010 | 0 | 1000 | 1010011 | 100110 | 110110 | 1001000 | 100100 |
Color Harmonies of #9D901A
Complementary color
Monochromatic Colors of #9D901A
Black with #9D901A
Text Example
Text Example
White with #9D901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D901A; }
p { color: rgb(157,144,26); }
H1.HeaderClassName
{
color: #9D901A;
}
.AnyTagClassName
{
color: #9D901A;
}
</style>
background-color css
<style>
a { background-color: #9D901A; }
a { background-color: rgb(157,144,26); }
div.DivClassName
{
background-color: #9D901A;
}
.BgClassName
{
background-color: #9D901A;
}
</style>
border-color css
<style>
span { border-color: #9D901A; }
span { border-color: rgb(157,144,26); }
td.TdClassName
{
border-color: #9D901A;
}
.TagClassName
{
border-color: #9D901A;
}
</style>