Shades of Citron #9DA119
Tints of Citron #9DA119
RGB
CMYK
RGB Variations
Color information
#9DA119 (or 0x9DA119) is known color: Citron. HEX triplet: 9D, A1 and 19. RGB value is (157,161,25). Sum of RGB (Red+Green+Blue) = 157+161+25=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA119 is #625EE6. Grayscale: #909090. Windows color (decimal): -6446823 or 1679773. OLE color: 1679773.
HSL color Cylindrical-coordinate representation of color #9DA119: hue angle of 61.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DA119 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 25 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.37 |
| HSL | 61.76º | 0.73% | 0.36% | - |
| HSV(B) | 61.76º | 0.84% | 0.63% | - |
| XYZ | 26.82 | 32.73 | 5.82 | - |
| YUV | 144.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 25 | 0.02 | 0 | 0.84 | 0.37 | 61.76 | 0.73 | 0.36 |
| Hex | 9D | A1 | 19 | 2 | 0 | 54 | 25 | 3E | 49 | 24 |
| Octal | 235 | 241 | 31 | 2 | 0 | 124 | 45 | 76 | 111 | 44 |
| Binary | 10011101 | 10100001 | 11001 | 10 | 0 | 1010100 | 100101 | 111110 | 1001001 | 100100 |
Color Harmonies of #9DA119
Complementary color
Monochromatic Colors of #9DA119
Black with #9DA119
Text Example
Text Example
White with #9DA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA119; }
p { color: rgb(157,161,25); }
H1.HeaderClassName
{
color: #9DA119;
}
.AnyTagClassName
{
color: #9DA119;
}
</style>
background-color css
<style>
a { background-color: #9DA119; }
a { background-color: rgb(157,161,25); }
div.DivClassName
{
background-color: #9DA119;
}
.BgClassName
{
background-color: #9DA119;
}
</style>
border-color css
<style>
span { border-color: #9DA119; }
span { border-color: rgb(157,161,25); }
td.TdClassName
{
border-color: #9DA119;
}
.TagClassName
{
border-color: #9DA119;
}
</style>