Shades of Citrus #9DA310
Tints of Citrus #9DA310
RGB
CMYK
RGB Variations
Color information
#9DA310 (or 0x9DA310) is known color: Citrus. HEX triplet: 9D, A3 and 10. RGB value is (157,163,16). Sum of RGB (Red+Green+Blue) = 157+163+16=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA310 is #625CEF. Grayscale: #919191. Windows color (decimal): -6446320 or 1090461. OLE color: 1090461.
HSL color Cylindrical-coordinate representation of color #9DA310: hue angle of 62.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DA310 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 16 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.36 |
| HSL | 62.45º | 0.82% | 0.35% | - |
| HSV(B) | 62.45º | 0.9% | 0.64% | - |
| XYZ | 27.1 | 33.4 | 5.51 | - |
| YUV | 144.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 16 | 0.04 | 0 | 0.90 | 0.36 | 62.45 | 0.82 | 0.35 |
| Hex | 9D | A3 | 10 | 4 | 0 | 5A | 24 | 3E | 52 | 23 |
| Octal | 235 | 243 | 20 | 4 | 0 | 132 | 44 | 76 | 122 | 43 |
| Binary | 10011101 | 10100011 | 10000 | 100 | 0 | 1011010 | 100100 | 111110 | 1010010 | 100011 |
Color Harmonies of #9DA310
Complementary color
Monochromatic Colors of #9DA310
Black with #9DA310
Text Example
Text Example
White with #9DA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA310; }
p { color: rgb(157,163,16); }
H1.HeaderClassName
{
color: #9DA310;
}
.AnyTagClassName
{
color: #9DA310;
}
</style>
background-color css
<style>
a { background-color: #9DA310; }
a { background-color: rgb(157,163,16); }
div.DivClassName
{
background-color: #9DA310;
}
.BgClassName
{
background-color: #9DA310;
}
</style>
border-color css
<style>
span { border-color: #9DA310; }
span { border-color: rgb(157,163,16); }
td.TdClassName
{
border-color: #9DA310;
}
.TagClassName
{
border-color: #9DA310;
}
</style>