Shades of Lucky #9A9015
Tints of Lucky #9A9015
RGB
CMYK
RGB Variations
Color information
#9A9015 (or 0x9A9015) is known color: Lucky. HEX triplet: 9A, 90 and 15. RGB value is (154,144,21). Sum of RGB (Red+Green+Blue) = 154+144+21=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9015 is #656FEA. Grayscale: #858585. Windows color (decimal): -6647787 or 1413274. OLE color: 1413274.
HSL color Cylindrical-coordinate representation of color #9A9015: hue angle of 55.49º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A9015 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 144 | 21 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.40 |
| HSL | 55.49º | 0.76% | 0.34% | - |
| HSV(B) | 55.49º | 0.86% | 0.6% | - |
| XYZ | 23.44 | 26.87 | 4.66 | - |
| YUV | 132.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 21 | 0 | 0.06 | 0.86 | 0.40 | 55.49 | 0.76 | 0.34 |
| Hex | 9A | 90 | 15 | 0 | 6 | 56 | 28 | 37 | 4C | 22 |
| Octal | 232 | 220 | 25 | 0 | 6 | 126 | 50 | 67 | 114 | 42 |
| Binary | 10011010 | 10010000 | 10101 | 0 | 110 | 1010110 | 101000 | 110111 | 1001100 | 100010 |
Color Harmonies of #9A9015
Complementary color
Monochromatic Colors of #9A9015
Black with #9A9015
Text Example
Text Example
White with #9A9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9015; }
p { color: rgb(154,144,21); }
H1.HeaderClassName
{
color: #9A9015;
}
.AnyTagClassName
{
color: #9A9015;
}
</style>
background-color css
<style>
a { background-color: #9A9015; }
a { background-color: rgb(154,144,21); }
div.DivClassName
{
background-color: #9A9015;
}
.BgClassName
{
background-color: #9A9015;
}
</style>
border-color css
<style>
span { border-color: #9A9015; }
span { border-color: rgb(154,144,21); }
td.TdClassName
{
border-color: #9A9015;
}
.TagClassName
{
border-color: #9A9015;
}
</style>