Shades of Lucky #9DA015
Tints of Lucky #9DA015
RGB
CMYK
RGB Variations
Color information
#9DA015 (or 0x9DA015) is known color: Lucky. HEX triplet: 9D, A0 and 15. RGB value is (157,160,21). Sum of RGB (Red+Green+Blue) = 157+160+21=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA015 is #625FEA. Grayscale: #8F8F8F. Windows color (decimal): -6447083 or 1417373. OLE color: 1417373.
HSL color Cylindrical-coordinate representation of color #9DA015: hue angle of 61.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DA015 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 21 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.37 |
| HSL | 61.29º | 0.77% | 0.35% | - |
| HSV(B) | 61.29º | 0.87% | 0.63% | - |
| XYZ | 26.61 | 32.36 | 5.55 | - |
| YUV | 143.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 21 | 0.02 | 0 | 0.87 | 0.37 | 61.29 | 0.77 | 0.35 |
| Hex | 9D | A0 | 15 | 2 | 0 | 57 | 25 | 3D | 4D | 23 |
| Octal | 235 | 240 | 25 | 2 | 0 | 127 | 45 | 75 | 115 | 43 |
| Binary | 10011101 | 10100000 | 10101 | 10 | 0 | 1010111 | 100101 | 111101 | 1001101 | 100011 |
Color Harmonies of #9DA015
Complementary color
Monochromatic Colors of #9DA015
Black with #9DA015
Text Example
Text Example
White with #9DA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA015; }
p { color: rgb(157,160,21); }
H1.HeaderClassName
{
color: #9DA015;
}
.AnyTagClassName
{
color: #9DA015;
}
</style>
background-color css
<style>
a { background-color: #9DA015; }
a { background-color: rgb(157,160,21); }
div.DivClassName
{
background-color: #9DA015;
}
.BgClassName
{
background-color: #9DA015;
}
</style>
border-color css
<style>
span { border-color: #9DA015; }
span { border-color: rgb(157,160,21); }
td.TdClassName
{
border-color: #9DA015;
}
.TagClassName
{
border-color: #9DA015;
}
</style>