Shades of Citrus #9DB40A
Tints of Citrus #9DB40A
RGB
CMYK
RGB Variations
Color information
#9DB40A (or 0x9DB40A) is known color: Citrus. HEX triplet: 9D, B4 and 0A. RGB value is (157,180,10). Sum of RGB (Red+Green+Blue) = 157+180+10=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB40A is #624BF5. Grayscale: #9A9A9A. Windows color (decimal): -6441974 or 701597. OLE color: 701597.
HSL color Cylindrical-coordinate representation of color #9DB40A: hue angle of 68.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DB40A is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 10 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.29 |
| HSL | 68.12º | 0.89% | 0.37% | - |
| HSV(B) | 68.12º | 0.94% | 0.71% | - |
| XYZ | 30.28 | 39.83 | 6.38 | - |
| YUV | 153.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 10 | 0.13 | 0 | 0.94 | 0.29 | 68.12 | 0.89 | 0.37 |
| Hex | 9D | B4 | A | D | 0 | 5E | 1D | 44 | 59 | 25 |
| Octal | 235 | 264 | 12 | 15 | 0 | 136 | 35 | 104 | 131 | 45 |
| Binary | 10011101 | 10110100 | 1010 | 1101 | 0 | 1011110 | 11101 | 1000100 | 1011001 | 100101 |
Color Harmonies of #9DB40A
Complementary color
Monochromatic Colors of #9DB40A
Black with #9DB40A
Text Example
Text Example
White with #9DB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB40A; }
p { color: rgb(157,180,10); }
H1.HeaderClassName
{
color: #9DB40A;
}
.AnyTagClassName
{
color: #9DB40A;
}
</style>
background-color css
<style>
a { background-color: #9DB40A; }
a { background-color: rgb(157,180,10); }
div.DivClassName
{
background-color: #9DB40A;
}
.BgClassName
{
background-color: #9DB40A;
}
</style>
border-color css
<style>
span { border-color: #9DB40A; }
span { border-color: rgb(157,180,10); }
td.TdClassName
{
border-color: #9DB40A;
}
.TagClassName
{
border-color: #9DB40A;
}
</style>