Shades of Citron #9DA122
Tints of Citron #9DA122
RGB
CMYK
RGB Variations
Color information
#9DA122 (or 0x9DA122) is known color: Citron. HEX triplet: 9D, A1 and 22. RGB value is (157,161,34). Sum of RGB (Red+Green+Blue) = 157+161+34=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA122 is #625EDD. Grayscale: #919191. Windows color (decimal): -6446814 or 2269597. OLE color: 2269597.
HSL color Cylindrical-coordinate representation of color #9DA122: hue angle of 61.89º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DA122 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 34 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.37 |
| HSL | 61.89º | 0.65% | 0.38% | - |
| HSV(B) | 61.89º | 0.79% | 0.63% | - |
| XYZ | 26.94 | 32.77 | 6.42 | - |
| YUV | 145.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 34 | 0.02 | 0 | 0.79 | 0.37 | 61.89 | 0.65 | 0.38 |
| Hex | 9D | A1 | 22 | 2 | 0 | 4F | 25 | 3E | 41 | 26 |
| Octal | 235 | 241 | 42 | 2 | 0 | 117 | 45 | 76 | 101 | 46 |
| Binary | 10011101 | 10100001 | 100010 | 10 | 0 | 1001111 | 100101 | 111110 | 1000001 | 100110 |
Color Harmonies of #9DA122
Complementary color
Monochromatic Colors of #9DA122
Black with #9DA122
Text Example
Text Example
White with #9DA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA122; }
p { color: rgb(157,161,34); }
H1.HeaderClassName
{
color: #9DA122;
}
.AnyTagClassName
{
color: #9DA122;
}
</style>
background-color css
<style>
a { background-color: #9DA122; }
a { background-color: rgb(157,161,34); }
div.DivClassName
{
background-color: #9DA122;
}
.BgClassName
{
background-color: #9DA122;
}
</style>
border-color css
<style>
span { border-color: #9DA122; }
span { border-color: rgb(157,161,34); }
td.TdClassName
{
border-color: #9DA122;
}
.TagClassName
{
border-color: #9DA122;
}
</style>