Shades of Citrus #9DAC16
Tints of Citrus #9DAC16
RGB
CMYK
RGB Variations
Color information
#9DAC16 (or 0x9DAC16) is known color: Citrus. HEX triplet: 9D, AC and 16. RGB value is (157,172,22). Sum of RGB (Red+Green+Blue) = 157+172+22=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC16 is #6253E9. Grayscale: #969696. Windows color (decimal): -6444010 or 1485981. OLE color: 1485981.
HSL color Cylindrical-coordinate representation of color #9DAC16: hue angle of 66º 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 #9DAC16 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 22 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.33 |
| HSL | 66º | 0.77% | 0.38% | - |
| HSV(B) | 66º | 0.87% | 0.67% | - |
| XYZ | 28.8 | 36.73 | 6.33 | - |
| YUV | 150.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 22 | 0.09 | 0 | 0.87 | 0.33 | 66 | 0.77 | 0.38 |
| Hex | 9D | AC | 16 | 9 | 0 | 57 | 21 | 42 | 4D | 26 |
| Octal | 235 | 254 | 26 | 11 | 0 | 127 | 41 | 102 | 115 | 46 |
| Binary | 10011101 | 10101100 | 10110 | 1001 | 0 | 1010111 | 100001 | 1000010 | 1001101 | 100110 |
Color Harmonies of #9DAC16
Complementary color
Monochromatic Colors of #9DAC16
Black with #9DAC16
Text Example
Text Example
White with #9DAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC16; }
p { color: rgb(157,172,22); }
H1.HeaderClassName
{
color: #9DAC16;
}
.AnyTagClassName
{
color: #9DAC16;
}
</style>
background-color css
<style>
a { background-color: #9DAC16; }
a { background-color: rgb(157,172,22); }
div.DivClassName
{
background-color: #9DAC16;
}
.BgClassName
{
background-color: #9DAC16;
}
</style>
border-color css
<style>
span { border-color: #9DAC16; }
span { border-color: rgb(157,172,22); }
td.TdClassName
{
border-color: #9DAC16;
}
.TagClassName
{
border-color: #9DAC16;
}
</style>