Shades of Lucky #9DA012
Tints of Lucky #9DA012
RGB
CMYK
RGB Variations
Color information
#9DA012 (or 0x9DA012) is known color: Lucky. HEX triplet: 9D, A0 and 12. RGB value is (157,160,18). Sum of RGB (Red+Green+Blue) = 157+160+18=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA012 is #625FED. Grayscale: #8F8F8F. Windows color (decimal): -6447086 or 1220765. OLE color: 1220765.
HSL color Cylindrical-coordinate representation of color #9DA012: hue angle of 61.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DA012 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 18 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.37 |
| HSL | 61.27º | 0.8% | 0.35% | - |
| HSV(B) | 61.27º | 0.89% | 0.63% | - |
| XYZ | 26.58 | 32.35 | 5.42 | - |
| YUV | 142.92 | 57.51 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 18 | 0.02 | 0 | 0.89 | 0.37 | 61.27 | 0.8 | 0.35 |
| Hex | 9D | A0 | 12 | 2 | 0 | 59 | 25 | 3D | 50 | 23 |
| Octal | 235 | 240 | 22 | 2 | 0 | 131 | 45 | 75 | 120 | 43 |
| Binary | 10011101 | 10100000 | 10010 | 10 | 0 | 1011001 | 100101 | 111101 | 1010000 | 100011 |
Color Harmonies of #9DA012
Complementary color
Monochromatic Colors of #9DA012
Black with #9DA012
Text Example
Text Example
White with #9DA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA012; }
p { color: rgb(157,160,18); }
H1.HeaderClassName
{
color: #9DA012;
}
.AnyTagClassName
{
color: #9DA012;
}
</style>
background-color css
<style>
a { background-color: #9DA012; }
a { background-color: rgb(157,160,18); }
div.DivClassName
{
background-color: #9DA012;
}
.BgClassName
{
background-color: #9DA012;
}
</style>
border-color css
<style>
span { border-color: #9DA012; }
span { border-color: rgb(157,160,18); }
td.TdClassName
{
border-color: #9DA012;
}
.TagClassName
{
border-color: #9DA012;
}
</style>