Shades of Citrus #9DA10D
Tints of Citrus #9DA10D
RGB
CMYK
RGB Variations
Color information
#9DA10D (or 0x9DA10D) is known color: Citrus. HEX triplet: 9D, A1 and 0D. RGB value is (157,161,13). Sum of RGB (Red+Green+Blue) = 157+161+13=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA10D is #625EF2. Grayscale: #8F8F8F. Windows color (decimal): -6446835 or 893341. OLE color: 893341.
HSL color Cylindrical-coordinate representation of color #9DA10D: hue angle of 61.62º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DA10D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 13 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.37 |
| HSL | 61.62º | 0.85% | 0.34% | - |
| HSV(B) | 61.62º | 0.92% | 0.63% | - |
| XYZ | 26.72 | 32.69 | 5.28 | - |
| YUV | 142.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 13 | 0.02 | 0 | 0.92 | 0.37 | 61.62 | 0.85 | 0.34 |
| Hex | 9D | A1 | D | 2 | 0 | 5C | 25 | 3E | 55 | 22 |
| Octal | 235 | 241 | 15 | 2 | 0 | 134 | 45 | 76 | 125 | 42 |
| Binary | 10011101 | 10100001 | 1101 | 10 | 0 | 1011100 | 100101 | 111110 | 1010101 | 100010 |
Color Harmonies of #9DA10D
Complementary color
Monochromatic Colors of #9DA10D
Black with #9DA10D
Text Example
Text Example
White with #9DA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA10D; }
p { color: rgb(157,161,13); }
H1.HeaderClassName
{
color: #9DA10D;
}
.AnyTagClassName
{
color: #9DA10D;
}
</style>
background-color css
<style>
a { background-color: #9DA10D; }
a { background-color: rgb(157,161,13); }
div.DivClassName
{
background-color: #9DA10D;
}
.BgClassName
{
background-color: #9DA10D;
}
</style>
border-color css
<style>
span { border-color: #9DA10D; }
span { border-color: rgb(157,161,13); }
td.TdClassName
{
border-color: #9DA10D;
}
.TagClassName
{
border-color: #9DA10D;
}
</style>