Shades of Citrus #9DB40F
Tints of Citrus #9DB40F
RGB
CMYK
RGB Variations
Color information
#9DB40F (or 0x9DB40F) is known color: Citrus. HEX triplet: 9D, B4 and 0F. RGB value is (157,180,15). Sum of RGB (Red+Green+Blue) = 157+180+15=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB40F is #624BF0. Grayscale: #9A9A9A. Windows color (decimal): -6441969 or 1029277. OLE color: 1029277.
HSL color Cylindrical-coordinate representation of color #9DB40F: hue angle of 68.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DB40F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.29 |
| HSL | 68.36º | 0.85% | 0.38% | - |
| HSV(B) | 68.36º | 0.92% | 0.71% | - |
| XYZ | 30.31 | 39.85 | 6.55 | - |
| YUV | 154.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 15 | 0.13 | 0 | 0.92 | 0.29 | 68.36 | 0.85 | 0.38 |
| Hex | 9D | B4 | F | D | 0 | 5C | 1D | 44 | 55 | 26 |
| Octal | 235 | 264 | 17 | 15 | 0 | 134 | 35 | 104 | 125 | 46 |
| Binary | 10011101 | 10110100 | 1111 | 1101 | 0 | 1011100 | 11101 | 1000100 | 1010101 | 100110 |
Color Harmonies of #9DB40F
Complementary color
Monochromatic Colors of #9DB40F
Black with #9DB40F
Text Example
Text Example
White with #9DB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB40F; }
p { color: rgb(157,180,15); }
H1.HeaderClassName
{
color: #9DB40F;
}
.AnyTagClassName
{
color: #9DB40F;
}
</style>
background-color css
<style>
a { background-color: #9DB40F; }
a { background-color: rgb(157,180,15); }
div.DivClassName
{
background-color: #9DB40F;
}
.BgClassName
{
background-color: #9DB40F;
}
</style>
border-color css
<style>
span { border-color: #9DB40F; }
span { border-color: rgb(157,180,15); }
td.TdClassName
{
border-color: #9DB40F;
}
.TagClassName
{
border-color: #9DB40F;
}
</style>