Shades of Citrus #9DA70A
Tints of Citrus #9DA70A
RGB
CMYK
RGB Variations
Color information
#9DA70A (or 0x9DA70A) is known color: Citrus. HEX triplet: 9D, A7 and 0A. RGB value is (157,167,10). Sum of RGB (Red+Green+Blue) = 157+167+10=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA70A is #6258F5. Grayscale: #929292. Windows color (decimal): -6445302 or 698269. OLE color: 698269.
HSL color Cylindrical-coordinate representation of color #9DA70A: hue angle of 63.82º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DA70A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.35 |
| HSL | 63.82º | 0.89% | 0.35% | - |
| HSV(B) | 63.82º | 0.94% | 0.65% | - |
| XYZ | 27.78 | 34.83 | 5.55 | - |
| YUV | 146.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 10 | 0.06 | 0 | 0.94 | 0.35 | 63.82 | 0.89 | 0.35 |
| Hex | 9D | A7 | A | 6 | 0 | 5E | 23 | 40 | 59 | 23 |
| Octal | 235 | 247 | 12 | 6 | 0 | 136 | 43 | 100 | 131 | 43 |
| Binary | 10011101 | 10100111 | 1010 | 110 | 0 | 1011110 | 100011 | 1000000 | 1011001 | 100011 |
Color Harmonies of #9DA70A
Complementary color
Monochromatic Colors of #9DA70A
Black with #9DA70A
Text Example
Text Example
White with #9DA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA70A; }
p { color: rgb(157,167,10); }
H1.HeaderClassName
{
color: #9DA70A;
}
.AnyTagClassName
{
color: #9DA70A;
}
</style>
background-color css
<style>
a { background-color: #9DA70A; }
a { background-color: rgb(157,167,10); }
div.DivClassName
{
background-color: #9DA70A;
}
.BgClassName
{
background-color: #9DA70A;
}
</style>
border-color css
<style>
span { border-color: #9DA70A; }
span { border-color: rgb(157,167,10); }
td.TdClassName
{
border-color: #9DA70A;
}
.TagClassName
{
border-color: #9DA70A;
}
</style>