Shades of Citrus #9DAB16
Tints of Citrus #9DAB16
RGB
CMYK
RGB Variations
Color information
#9DAB16 (or 0x9DAB16) is known color: Citrus. HEX triplet: 9D, AB and 16. RGB value is (157,171,22). Sum of RGB (Red+Green+Blue) = 157+171+22=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAB16 is #6254E9. Grayscale: #969696. Windows color (decimal): -6444266 or 1485725. OLE color: 1485725.
HSL color Cylindrical-coordinate representation of color #9DAB16: hue angle of 65.64º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DAB16 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 22 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.33 |
| HSL | 65.64º | 0.77% | 0.38% | - |
| HSV(B) | 65.64º | 0.87% | 0.67% | - |
| XYZ | 28.61 | 36.35 | 6.27 | - |
| YUV | 149.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 22 | 0.08 | 0 | 0.87 | 0.33 | 65.64 | 0.77 | 0.38 |
| Hex | 9D | AB | 16 | 8 | 0 | 57 | 21 | 42 | 4D | 26 |
| Octal | 235 | 253 | 26 | 10 | 0 | 127 | 41 | 102 | 115 | 46 |
| Binary | 10011101 | 10101011 | 10110 | 1000 | 0 | 1010111 | 100001 | 1000010 | 1001101 | 100110 |
Color Harmonies of #9DAB16
Complementary color
Monochromatic Colors of #9DAB16
Black with #9DAB16
Text Example
Text Example
White with #9DAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB16; }
p { color: rgb(157,171,22); }
H1.HeaderClassName
{
color: #9DAB16;
}
.AnyTagClassName
{
color: #9DAB16;
}
</style>
background-color css
<style>
a { background-color: #9DAB16; }
a { background-color: rgb(157,171,22); }
div.DivClassName
{
background-color: #9DAB16;
}
.BgClassName
{
background-color: #9DAB16;
}
</style>
border-color css
<style>
span { border-color: #9DAB16; }
span { border-color: rgb(157,171,22); }
td.TdClassName
{
border-color: #9DAB16;
}
.TagClassName
{
border-color: #9DAB16;
}
</style>