Shades of Lucky #9DA211
Tints of Lucky #9DA211
RGB
CMYK
RGB Variations
Color information
#9DA211 (or 0x9DA211) is known color: Lucky. HEX triplet: 9D, A2 and 11. RGB value is (157,162,17). Sum of RGB (Red+Green+Blue) = 157+162+17=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA211 is #625DEE. Grayscale: #909090. Windows color (decimal): -6446575 or 1155741. OLE color: 1155741.
HSL color Cylindrical-coordinate representation of color #9DA211: hue angle of 62.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DA211 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 17 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.36 |
| HSL | 62.07º | 0.81% | 0.35% | - |
| HSV(B) | 62.07º | 0.9% | 0.64% | - |
| XYZ | 26.93 | 33.05 | 5.49 | - |
| YUV | 143.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 17 | 0.03 | 0 | 0.90 | 0.36 | 62.07 | 0.81 | 0.35 |
| Hex | 9D | A2 | 11 | 3 | 0 | 5A | 24 | 3E | 51 | 23 |
| Octal | 235 | 242 | 21 | 3 | 0 | 132 | 44 | 76 | 121 | 43 |
| Binary | 10011101 | 10100010 | 10001 | 11 | 0 | 1011010 | 100100 | 111110 | 1010001 | 100011 |
Color Harmonies of #9DA211
Complementary color
Monochromatic Colors of #9DA211
Black with #9DA211
Text Example
Text Example
White with #9DA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA211; }
p { color: rgb(157,162,17); }
H1.HeaderClassName
{
color: #9DA211;
}
.AnyTagClassName
{
color: #9DA211;
}
</style>
background-color css
<style>
a { background-color: #9DA211; }
a { background-color: rgb(157,162,17); }
div.DivClassName
{
background-color: #9DA211;
}
.BgClassName
{
background-color: #9DA211;
}
</style>
border-color css
<style>
span { border-color: #9DA211; }
span { border-color: rgb(157,162,17); }
td.TdClassName
{
border-color: #9DA211;
}
.TagClassName
{
border-color: #9DA211;
}
</style>