Shades of Citrus #9DA605
Tints of Citrus #9DA605
RGB
CMYK
RGB Variations
Color information
#9DA605 (or 0x9DA605) is known color: Citrus. HEX triplet: 9D, A6 and 05. RGB value is (157,166,5). Sum of RGB (Red+Green+Blue) = 157+166+5=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA605 is #6259FA. Grayscale: #919191. Windows color (decimal): -6445563 or 370333. OLE color: 370333.
HSL color Cylindrical-coordinate representation of color #9DA605: hue angle of 63.35º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DA605 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.35 |
| HSL | 63.35º | 0.94% | 0.34% | - |
| HSV(B) | 63.35º | 0.97% | 0.65% | - |
| XYZ | 27.57 | 34.45 | 5.34 | - |
| YUV | 144.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 5 | 0.05 | 0 | 0.97 | 0.35 | 63.35 | 0.94 | 0.34 |
| Hex | 9D | A6 | 5 | 5 | 0 | 61 | 23 | 3F | 5E | 22 |
| Octal | 235 | 246 | 5 | 5 | 0 | 141 | 43 | 77 | 136 | 42 |
| Binary | 10011101 | 10100110 | 101 | 101 | 0 | 1100001 | 100011 | 111111 | 1011110 | 100010 |
Color Harmonies of #9DA605
Complementary color
Monochromatic Colors of #9DA605
Black with #9DA605
Text Example
Text Example
White with #9DA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA605; }
p { color: rgb(157,166,5); }
H1.HeaderClassName
{
color: #9DA605;
}
.AnyTagClassName
{
color: #9DA605;
}
</style>
background-color css
<style>
a { background-color: #9DA605; }
a { background-color: rgb(157,166,5); }
div.DivClassName
{
background-color: #9DA605;
}
.BgClassName
{
background-color: #9DA605;
}
</style>
border-color css
<style>
span { border-color: #9DA605; }
span { border-color: rgb(157,166,5); }
td.TdClassName
{
border-color: #9DA605;
}
.TagClassName
{
border-color: #9DA605;
}
</style>