Shades of Citron #9DA319
Tints of Citron #9DA319
RGB
CMYK
RGB Variations
Color information
#9DA319 (or 0x9DA319) is known color: Citron. HEX triplet: 9D, A3 and 19. RGB value is (157,163,25). Sum of RGB (Red+Green+Blue) = 157+163+25=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA319 is #625CE6. Grayscale: #929292. Windows color (decimal): -6446311 or 1680285. OLE color: 1680285.
HSL color Cylindrical-coordinate representation of color #9DA319: hue angle of 62.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DA319 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 25 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.36 |
| HSL | 62.61º | 0.73% | 0.37% | - |
| HSV(B) | 62.61º | 0.85% | 0.64% | - |
| XYZ | 27.18 | 33.43 | 5.94 | - |
| YUV | 145.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 25 | 0.04 | 0 | 0.85 | 0.36 | 62.61 | 0.73 | 0.37 |
| Hex | 9D | A3 | 19 | 4 | 0 | 55 | 24 | 3F | 49 | 25 |
| Octal | 235 | 243 | 31 | 4 | 0 | 125 | 44 | 77 | 111 | 45 |
| Binary | 10011101 | 10100011 | 11001 | 100 | 0 | 1010101 | 100100 | 111111 | 1001001 | 100101 |
Color Harmonies of #9DA319
Complementary color
Monochromatic Colors of #9DA319
Black with #9DA319
Text Example
Text Example
White with #9DA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA319; }
p { color: rgb(157,163,25); }
H1.HeaderClassName
{
color: #9DA319;
}
.AnyTagClassName
{
color: #9DA319;
}
</style>
background-color css
<style>
a { background-color: #9DA319; }
a { background-color: rgb(157,163,25); }
div.DivClassName
{
background-color: #9DA319;
}
.BgClassName
{
background-color: #9DA319;
}
</style>
border-color css
<style>
span { border-color: #9DA319; }
span { border-color: rgb(157,163,25); }
td.TdClassName
{
border-color: #9DA319;
}
.TagClassName
{
border-color: #9DA319;
}
</style>