Shades of Citrus #9DA510
Tints of Citrus #9DA510
RGB
CMYK
RGB Variations
Color information
#9DA510 (or 0x9DA510) is known color: Citrus. HEX triplet: 9D, A5 and 10. RGB value is (157,165,16). Sum of RGB (Red+Green+Blue) = 157+165+16=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA510 is #625AEF. Grayscale: #929292. Windows color (decimal): -6445808 or 1090973. OLE color: 1090973.
HSL color Cylindrical-coordinate representation of color #9DA510: hue angle of 63.22º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DA510 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 16 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.35 |
| HSL | 63.22º | 0.82% | 0.35% | - |
| HSV(B) | 63.22º | 0.9% | 0.65% | - |
| XYZ | 27.45 | 34.12 | 5.63 | - |
| YUV | 145.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 16 | 0.05 | 0 | 0.90 | 0.35 | 63.22 | 0.82 | 0.35 |
| Hex | 9D | A5 | 10 | 5 | 0 | 5A | 23 | 3F | 52 | 23 |
| Octal | 235 | 245 | 20 | 5 | 0 | 132 | 43 | 77 | 122 | 43 |
| Binary | 10011101 | 10100101 | 10000 | 101 | 0 | 1011010 | 100011 | 111111 | 1010010 | 100011 |
Color Harmonies of #9DA510
Complementary color
Monochromatic Colors of #9DA510
Black with #9DA510
Text Example
Text Example
White with #9DA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA510; }
p { color: rgb(157,165,16); }
H1.HeaderClassName
{
color: #9DA510;
}
.AnyTagClassName
{
color: #9DA510;
}
</style>
background-color css
<style>
a { background-color: #9DA510; }
a { background-color: rgb(157,165,16); }
div.DivClassName
{
background-color: #9DA510;
}
.BgClassName
{
background-color: #9DA510;
}
</style>
border-color css
<style>
span { border-color: #9DA510; }
span { border-color: rgb(157,165,16); }
td.TdClassName
{
border-color: #9DA510;
}
.TagClassName
{
border-color: #9DA510;
}
</style>