Shades of Citrus #9DA810
Tints of Citrus #9DA810
RGB
CMYK
RGB Variations
Color information
#9DA810 (or 0x9DA810) is known color: Citrus. HEX triplet: 9D, A8 and 10. RGB value is (157,168,16). Sum of RGB (Red+Green+Blue) = 157+168+16=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA810 is #6257EF. Grayscale: #939393. Windows color (decimal): -6445040 or 1091741. OLE color: 1091741.
HSL color Cylindrical-coordinate representation of color #9DA810: hue angle of 64.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DA810 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 16 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.34 |
| HSL | 64.34º | 0.83% | 0.36% | - |
| HSV(B) | 64.34º | 0.9% | 0.66% | - |
| XYZ | 28 | 35.21 | 5.81 | - |
| YUV | 147.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 16 | 0.07 | 0 | 0.90 | 0.34 | 64.34 | 0.83 | 0.36 |
| Hex | 9D | A8 | 10 | 7 | 0 | 5A | 22 | 40 | 53 | 24 |
| Octal | 235 | 250 | 20 | 7 | 0 | 132 | 42 | 100 | 123 | 44 |
| Binary | 10011101 | 10101000 | 10000 | 111 | 0 | 1011010 | 100010 | 1000000 | 1010011 | 100100 |
Color Harmonies of #9DA810
Complementary color
Monochromatic Colors of #9DA810
Black with #9DA810
Text Example
Text Example
White with #9DA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA810; }
p { color: rgb(157,168,16); }
H1.HeaderClassName
{
color: #9DA810;
}
.AnyTagClassName
{
color: #9DA810;
}
</style>
background-color css
<style>
a { background-color: #9DA810; }
a { background-color: rgb(157,168,16); }
div.DivClassName
{
background-color: #9DA810;
}
.BgClassName
{
background-color: #9DA810;
}
</style>
border-color css
<style>
span { border-color: #9DA810; }
span { border-color: rgb(157,168,16); }
td.TdClassName
{
border-color: #9DA810;
}
.TagClassName
{
border-color: #9DA810;
}
</style>