Shades of Citron #9DA019
Tints of Citron #9DA019
RGB
CMYK
RGB Variations
Color information
#9DA019 (or 0x9DA019) is known color: Citron. HEX triplet: 9D, A0 and 19. RGB value is (157,160,25). Sum of RGB (Red+Green+Blue) = 157+160+25=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA019 is #625FE6. Grayscale: #909090. Windows color (decimal): -6447079 or 1679517. OLE color: 1679517.
HSL color Cylindrical-coordinate representation of color #9DA019: hue angle of 61.33º 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 #9DA019 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 25 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.37 |
| HSL | 61.33º | 0.73% | 0.36% | - |
| HSV(B) | 61.33º | 0.84% | 0.63% | - |
| XYZ | 26.65 | 32.38 | 5.76 | - |
| YUV | 143.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 25 | 0.02 | 0 | 0.84 | 0.37 | 61.33 | 0.73 | 0.36 |
| Hex | 9D | A0 | 19 | 2 | 0 | 54 | 25 | 3D | 49 | 24 |
| Octal | 235 | 240 | 31 | 2 | 0 | 124 | 45 | 75 | 111 | 44 |
| Binary | 10011101 | 10100000 | 11001 | 10 | 0 | 1010100 | 100101 | 111101 | 1001001 | 100100 |
Color Harmonies of #9DA019
Complementary color
Monochromatic Colors of #9DA019
Black with #9DA019
Text Example
Text Example
White with #9DA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA019; }
p { color: rgb(157,160,25); }
H1.HeaderClassName
{
color: #9DA019;
}
.AnyTagClassName
{
color: #9DA019;
}
</style>
background-color css
<style>
a { background-color: #9DA019; }
a { background-color: rgb(157,160,25); }
div.DivClassName
{
background-color: #9DA019;
}
.BgClassName
{
background-color: #9DA019;
}
</style>
border-color css
<style>
span { border-color: #9DA019; }
span { border-color: rgb(157,160,25); }
td.TdClassName
{
border-color: #9DA019;
}
.TagClassName
{
border-color: #9DA019;
}
</style>