Shades of Citrus #9DA711
Tints of Citrus #9DA711
RGB
CMYK
RGB Variations
Color information
#9DA711 (or 0x9DA711) is known color: Citrus. HEX triplet: 9D, A7 and 11. RGB value is (157,167,17). Sum of RGB (Red+Green+Blue) = 157+167+17=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA711 is #6258EE. Grayscale: #939393. Windows color (decimal): -6445295 or 1157021. OLE color: 1157021.
HSL color Cylindrical-coordinate representation of color #9DA711: hue angle of 64º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DA711 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 17 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.35 |
| HSL | 64º | 0.82% | 0.36% | - |
| HSV(B) | 64º | 0.9% | 0.65% | - |
| XYZ | 27.82 | 34.85 | 5.79 | - |
| YUV | 146.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 17 | 0.06 | 0 | 0.90 | 0.35 | 64 | 0.82 | 0.36 |
| Hex | 9D | A7 | 11 | 6 | 0 | 5A | 23 | 40 | 52 | 24 |
| Octal | 235 | 247 | 21 | 6 | 0 | 132 | 43 | 100 | 122 | 44 |
| Binary | 10011101 | 10100111 | 10001 | 110 | 0 | 1011010 | 100011 | 1000000 | 1010010 | 100100 |
Color Harmonies of #9DA711
Complementary color
Monochromatic Colors of #9DA711
Black with #9DA711
Text Example
Text Example
White with #9DA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA711; }
p { color: rgb(157,167,17); }
H1.HeaderClassName
{
color: #9DA711;
}
.AnyTagClassName
{
color: #9DA711;
}
</style>
background-color css
<style>
a { background-color: #9DA711; }
a { background-color: rgb(157,167,17); }
div.DivClassName
{
background-color: #9DA711;
}
.BgClassName
{
background-color: #9DA711;
}
</style>
border-color css
<style>
span { border-color: #9DA711; }
span { border-color: rgb(157,167,17); }
td.TdClassName
{
border-color: #9DA711;
}
.TagClassName
{
border-color: #9DA711;
}
</style>