Shades of Citrus #9DA515
Tints of Citrus #9DA515
RGB
CMYK
RGB Variations
Color information
#9DA515 (or 0x9DA515) is known color: Citrus. HEX triplet: 9D, A5 and 15. RGB value is (157,165,21). Sum of RGB (Red+Green+Blue) = 157+165+21=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA515 is #625AEA. Grayscale: #929292. Windows color (decimal): -6445803 or 1418653. OLE color: 1418653.
HSL color Cylindrical-coordinate representation of color #9DA515: hue angle of 63.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DA515 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 21 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.35 |
| HSL | 63.33º | 0.77% | 0.36% | - |
| HSV(B) | 63.33º | 0.87% | 0.65% | - |
| XYZ | 27.5 | 34.13 | 5.85 | - |
| YUV | 146.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 21 | 0.05 | 0 | 0.87 | 0.35 | 63.33 | 0.77 | 0.36 |
| Hex | 9D | A5 | 15 | 5 | 0 | 57 | 23 | 3F | 4D | 24 |
| Octal | 235 | 245 | 25 | 5 | 0 | 127 | 43 | 77 | 115 | 44 |
| Binary | 10011101 | 10100101 | 10101 | 101 | 0 | 1010111 | 100011 | 111111 | 1001101 | 100100 |
Color Harmonies of #9DA515
Complementary color
Monochromatic Colors of #9DA515
Black with #9DA515
Text Example
Text Example
White with #9DA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA515; }
p { color: rgb(157,165,21); }
H1.HeaderClassName
{
color: #9DA515;
}
.AnyTagClassName
{
color: #9DA515;
}
</style>
background-color css
<style>
a { background-color: #9DA515; }
a { background-color: rgb(157,165,21); }
div.DivClassName
{
background-color: #9DA515;
}
.BgClassName
{
background-color: #9DA515;
}
</style>
border-color css
<style>
span { border-color: #9DA515; }
span { border-color: rgb(157,165,21); }
td.TdClassName
{
border-color: #9DA515;
}
.TagClassName
{
border-color: #9DA515;
}
</style>