Shades of Citrus #9DA706
Tints of Citrus #9DA706
RGB
CMYK
RGB Variations
Color information
#9DA706 (or 0x9DA706) is known color: Citrus. HEX triplet: 9D, A7 and 06. RGB value is (157,167,6). Sum of RGB (Red+Green+Blue) = 157+167+6=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA706 is #6258F9. Grayscale: #929292. Windows color (decimal): -6445306 or 436125. OLE color: 436125.
HSL color Cylindrical-coordinate representation of color #9DA706: hue angle of 63.73º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DA706 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 6 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.35 |
| HSL | 63.73º | 0.93% | 0.34% | - |
| HSV(B) | 63.73º | 0.96% | 0.65% | - |
| XYZ | 27.76 | 34.82 | 5.43 | - |
| YUV | 145.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 6 | 0.06 | 0 | 0.96 | 0.35 | 63.73 | 0.93 | 0.34 |
| Hex | 9D | A7 | 6 | 6 | 0 | 60 | 23 | 40 | 5D | 22 |
| Octal | 235 | 247 | 6 | 6 | 0 | 140 | 43 | 100 | 135 | 42 |
| Binary | 10011101 | 10100111 | 110 | 110 | 0 | 1100000 | 100011 | 1000000 | 1011101 | 100010 |
Color Harmonies of #9DA706
Complementary color
Monochromatic Colors of #9DA706
Black with #9DA706
Text Example
Text Example
White with #9DA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA706; }
p { color: rgb(157,167,6); }
H1.HeaderClassName
{
color: #9DA706;
}
.AnyTagClassName
{
color: #9DA706;
}
</style>
background-color css
<style>
a { background-color: #9DA706; }
a { background-color: rgb(157,167,6); }
div.DivClassName
{
background-color: #9DA706;
}
.BgClassName
{
background-color: #9DA706;
}
</style>
border-color css
<style>
span { border-color: #9DA706; }
span { border-color: rgb(157,167,6); }
td.TdClassName
{
border-color: #9DA706;
}
.TagClassName
{
border-color: #9DA706;
}
</style>