Shades of Lucky #9DA213
Tints of Lucky #9DA213
RGB
CMYK
RGB Variations
Color information
#9DA213 (or 0x9DA213) is known color: Lucky. HEX triplet: 9D, A2 and 13. RGB value is (157,162,19). Sum of RGB (Red+Green+Blue) = 157+162+19=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA213 is #625DEC. Grayscale: #909090. Windows color (decimal): -6446573 or 1286813. OLE color: 1286813.
HSL color Cylindrical-coordinate representation of color #9DA213: hue angle of 62.1º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DA213 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 19 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.36 |
| HSL | 62.1º | 0.79% | 0.35% | - |
| HSV(B) | 62.1º | 0.88% | 0.64% | - |
| XYZ | 26.94 | 33.06 | 5.58 | - |
| YUV | 144.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 19 | 0.03 | 0 | 0.88 | 0.36 | 62.1 | 0.79 | 0.35 |
| Hex | 9D | A2 | 13 | 3 | 0 | 58 | 24 | 3E | 4F | 23 |
| Octal | 235 | 242 | 23 | 3 | 0 | 130 | 44 | 76 | 117 | 43 |
| Binary | 10011101 | 10100010 | 10011 | 11 | 0 | 1011000 | 100100 | 111110 | 1001111 | 100011 |
Color Harmonies of #9DA213
Complementary color
Monochromatic Colors of #9DA213
Black with #9DA213
Text Example
Text Example
White with #9DA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA213; }
p { color: rgb(157,162,19); }
H1.HeaderClassName
{
color: #9DA213;
}
.AnyTagClassName
{
color: #9DA213;
}
</style>
background-color css
<style>
a { background-color: #9DA213; }
a { background-color: rgb(157,162,19); }
div.DivClassName
{
background-color: #9DA213;
}
.BgClassName
{
background-color: #9DA213;
}
</style>
border-color css
<style>
span { border-color: #9DA213; }
span { border-color: rgb(157,162,19); }
td.TdClassName
{
border-color: #9DA213;
}
.TagClassName
{
border-color: #9DA213;
}
</style>