Shades of Citrus #9DB70C
Tints of Citrus #9DB70C
RGB
CMYK
RGB Variations
Color information
#9DB70C (or 0x9DB70C) is known color: Citrus. HEX triplet: 9D, B7 and 0C. RGB value is (157,183,12). Sum of RGB (Red+Green+Blue) = 157+183+12=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB70C is #6248F3. Grayscale: #9C9C9C. Windows color (decimal): -6441204 or 833437. OLE color: 833437.
HSL color Cylindrical-coordinate representation of color #9DB70C: hue angle of 69.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DB70C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 12 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.28 |
| HSL | 69.12º | 0.88% | 0.38% | - |
| HSV(B) | 69.12º | 0.93% | 0.72% | - |
| XYZ | 30.9 | 41.06 | 6.64 | - |
| YUV | 155.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 12 | 0.14 | 0 | 0.93 | 0.28 | 69.12 | 0.88 | 0.38 |
| Hex | 9D | B7 | C | E | 0 | 5D | 1C | 45 | 58 | 26 |
| Octal | 235 | 267 | 14 | 16 | 0 | 135 | 34 | 105 | 130 | 46 |
| Binary | 10011101 | 10110111 | 1100 | 1110 | 0 | 1011101 | 11100 | 1000101 | 1011000 | 100110 |
Color Harmonies of #9DB70C
Complementary color
Monochromatic Colors of #9DB70C
Black with #9DB70C
Text Example
Text Example
White with #9DB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB70C; }
p { color: rgb(157,183,12); }
H1.HeaderClassName
{
color: #9DB70C;
}
.AnyTagClassName
{
color: #9DB70C;
}
</style>
background-color css
<style>
a { background-color: #9DB70C; }
a { background-color: rgb(157,183,12); }
div.DivClassName
{
background-color: #9DB70C;
}
.BgClassName
{
background-color: #9DB70C;
}
</style>
border-color css
<style>
span { border-color: #9DB70C; }
span { border-color: rgb(157,183,12); }
td.TdClassName
{
border-color: #9DB70C;
}
.TagClassName
{
border-color: #9DB70C;
}
</style>