Shades of Citrus #9DA105
Tints of Citrus #9DA105
RGB
CMYK
RGB Variations
Color information
#9DA105 (or 0x9DA105) is known color: Citrus. HEX triplet: 9D, A1 and 05. RGB value is (157,161,5). Sum of RGB (Red+Green+Blue) = 157+161+5=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA105 is #625EFA. Grayscale: #8E8E8E. Windows color (decimal): -6446843 or 369053. OLE color: 369053.
HSL color Cylindrical-coordinate representation of color #9DA105: hue angle of 61.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DA105 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.37 |
| HSL | 61.54º | 0.94% | 0.33% | - |
| HSV(B) | 61.54º | 0.97% | 0.63% | - |
| XYZ | 26.68 | 32.67 | 5.04 | - |
| YUV | 142.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 5 | 0.02 | 0 | 0.97 | 0.37 | 61.54 | 0.94 | 0.33 |
| Hex | 9D | A1 | 5 | 2 | 0 | 61 | 25 | 3E | 5E | 21 |
| Octal | 235 | 241 | 5 | 2 | 0 | 141 | 45 | 76 | 136 | 41 |
| Binary | 10011101 | 10100001 | 101 | 10 | 0 | 1100001 | 100101 | 111110 | 1011110 | 100001 |
Color Harmonies of #9DA105
Complementary color
Monochromatic Colors of #9DA105
Black with #9DA105
Text Example
Text Example
White with #9DA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA105; }
p { color: rgb(157,161,5); }
H1.HeaderClassName
{
color: #9DA105;
}
.AnyTagClassName
{
color: #9DA105;
}
</style>
background-color css
<style>
a { background-color: #9DA105; }
a { background-color: rgb(157,161,5); }
div.DivClassName
{
background-color: #9DA105;
}
.BgClassName
{
background-color: #9DA105;
}
</style>
border-color css
<style>
span { border-color: #9DA105; }
span { border-color: rgb(157,161,5); }
td.TdClassName
{
border-color: #9DA105;
}
.TagClassName
{
border-color: #9DA105;
}
</style>