Shades of Citrus #9DA80A
Tints of Citrus #9DA80A
RGB
CMYK
RGB Variations
Color information
#9DA80A (or 0x9DA80A) is known color: Citrus. HEX triplet: 9D, A8 and 0A. RGB value is (157,168,10). Sum of RGB (Red+Green+Blue) = 157+168+10=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA80A is #6257F5. Grayscale: #939393. Windows color (decimal): -6445046 or 698525. OLE color: 698525.
HSL color Cylindrical-coordinate representation of color #9DA80A: hue angle of 64.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DA80A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.34 |
| HSL | 64.18º | 0.89% | 0.35% | - |
| HSV(B) | 64.18º | 0.94% | 0.66% | - |
| XYZ | 27.96 | 35.2 | 5.61 | - |
| YUV | 146.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 10 | 0.07 | 0 | 0.94 | 0.34 | 64.18 | 0.89 | 0.35 |
| Hex | 9D | A8 | A | 7 | 0 | 5E | 22 | 40 | 59 | 23 |
| Octal | 235 | 250 | 12 | 7 | 0 | 136 | 42 | 100 | 131 | 43 |
| Binary | 10011101 | 10101000 | 1010 | 111 | 0 | 1011110 | 100010 | 1000000 | 1011001 | 100011 |
Color Harmonies of #9DA80A
Complementary color
Monochromatic Colors of #9DA80A
Black with #9DA80A
Text Example
Text Example
White with #9DA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA80A; }
p { color: rgb(157,168,10); }
H1.HeaderClassName
{
color: #9DA80A;
}
.AnyTagClassName
{
color: #9DA80A;
}
</style>
background-color css
<style>
a { background-color: #9DA80A; }
a { background-color: rgb(157,168,10); }
div.DivClassName
{
background-color: #9DA80A;
}
.BgClassName
{
background-color: #9DA80A;
}
</style>
border-color css
<style>
span { border-color: #9DA80A; }
span { border-color: rgb(157,168,10); }
td.TdClassName
{
border-color: #9DA80A;
}
.TagClassName
{
border-color: #9DA80A;
}
</style>