Shades of Citron #9DA123
Tints of Citron #9DA123
RGB
CMYK
RGB Variations
Color information
#9DA123 (or 0x9DA123) is known color: Citron. HEX triplet: 9D, A1 and 23. RGB value is (157,161,35). Sum of RGB (Red+Green+Blue) = 157+161+35=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA123 is #625EDC. Grayscale: #919191. Windows color (decimal): -6446813 or 2335133. OLE color: 2335133.
HSL color Cylindrical-coordinate representation of color #9DA123: hue angle of 61.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DA123 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 35 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.37 |
| HSL | 61.9º | 0.64% | 0.38% | - |
| HSV(B) | 61.9º | 0.78% | 0.63% | - |
| XYZ | 26.95 | 32.78 | 6.5 | - |
| YUV | 145.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 35 | 0.02 | 0 | 0.78 | 0.37 | 61.9 | 0.64 | 0.38 |
| Hex | 9D | A1 | 23 | 2 | 0 | 4E | 25 | 3E | 40 | 26 |
| Octal | 235 | 241 | 43 | 2 | 0 | 116 | 45 | 76 | 100 | 46 |
| Binary | 10011101 | 10100001 | 100011 | 10 | 0 | 1001110 | 100101 | 111110 | 1000000 | 100110 |
Color Harmonies of #9DA123
Complementary color
Monochromatic Colors of #9DA123
Black with #9DA123
Text Example
Text Example
White with #9DA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA123; }
p { color: rgb(157,161,35); }
H1.HeaderClassName
{
color: #9DA123;
}
.AnyTagClassName
{
color: #9DA123;
}
</style>
background-color css
<style>
a { background-color: #9DA123; }
a { background-color: rgb(157,161,35); }
div.DivClassName
{
background-color: #9DA123;
}
.BgClassName
{
background-color: #9DA123;
}
</style>
border-color css
<style>
span { border-color: #9DA123; }
span { border-color: rgb(157,161,35); }
td.TdClassName
{
border-color: #9DA123;
}
.TagClassName
{
border-color: #9DA123;
}
</style>