Shades of Citron #9DA529
Tints of Citron #9DA529
RGB
CMYK
RGB Variations
Color information
#9DA529 (or 0x9DA529) is known color: Citron. HEX triplet: 9D, A5 and 29. RGB value is (157,165,41). Sum of RGB (Red+Green+Blue) = 157+165+41=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA529 is #625AD6. Grayscale: #949494. Windows color (decimal): -6445783 or 2729373. OLE color: 2729373.
HSL color Cylindrical-coordinate representation of color #9DA529: hue angle of 63.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DA529 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 41 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.35 |
| HSL | 63.87º | 0.6% | 0.4% | - |
| HSV(B) | 63.87º | 0.75% | 0.65% | - |
| XYZ | 27.76 | 34.24 | 7.24 | - |
| YUV | 148.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 41 | 0.05 | 0 | 0.75 | 0.35 | 63.87 | 0.6 | 0.4 |
| Hex | 9D | A5 | 29 | 5 | 0 | 4B | 23 | 40 | 3C | 28 |
| Octal | 235 | 245 | 51 | 5 | 0 | 113 | 43 | 100 | 74 | 50 |
| Binary | 10011101 | 10100101 | 101001 | 101 | 0 | 1001011 | 100011 | 1000000 | 111100 | 101000 |
Color Harmonies of #9DA529
Complementary color
Monochromatic Colors of #9DA529
Black with #9DA529
Text Example
Text Example
White with #9DA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA529; }
p { color: rgb(157,165,41); }
H1.HeaderClassName
{
color: #9DA529;
}
.AnyTagClassName
{
color: #9DA529;
}
</style>
background-color css
<style>
a { background-color: #9DA529; }
a { background-color: rgb(157,165,41); }
div.DivClassName
{
background-color: #9DA529;
}
.BgClassName
{
background-color: #9DA529;
}
</style>
border-color css
<style>
span { border-color: #9DA529; }
span { border-color: rgb(157,165,41); }
td.TdClassName
{
border-color: #9DA529;
}
.TagClassName
{
border-color: #9DA529;
}
</style>