Shades of Citrus #9DC00B
Tints of Citrus #9DC00B
RGB
CMYK
RGB Variations
Color information
#9DC00B (or 0x9DC00B) is known color: Citrus. HEX triplet: 9D, C0 and 0B. RGB value is (157,192,11). Sum of RGB (Red+Green+Blue) = 157+192+11=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC00B is #623FF4. Grayscale: #A1A1A1. Windows color (decimal): -6438901 or 770205. OLE color: 770205.
HSL color Cylindrical-coordinate representation of color #9DC00B: hue angle of 71.6º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DC00B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 11 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.25 |
| HSL | 71.6º | 0.89% | 0.4% | - |
| HSV(B) | 71.6º | 0.94% | 0.75% | - |
| XYZ | 32.81 | 44.89 | 7.25 | - |
| YUV | 160.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 11 | 0.18 | 0 | 0.94 | 0.25 | 71.6 | 0.89 | 0.4 |
| Hex | 9D | C0 | B | 12 | 0 | 5E | 19 | 48 | 59 | 28 |
| Octal | 235 | 300 | 13 | 22 | 0 | 136 | 31 | 110 | 131 | 50 |
| Binary | 10011101 | 11000000 | 1011 | 10010 | 0 | 1011110 | 11001 | 1001000 | 1011001 | 101000 |
Color Harmonies of #9DC00B
Complementary color
Monochromatic Colors of #9DC00B
Black with #9DC00B
Text Example
Text Example
White with #9DC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC00B; }
p { color: rgb(157,192,11); }
H1.HeaderClassName
{
color: #9DC00B;
}
.AnyTagClassName
{
color: #9DC00B;
}
</style>
background-color css
<style>
a { background-color: #9DC00B; }
a { background-color: rgb(157,192,11); }
div.DivClassName
{
background-color: #9DC00B;
}
.BgClassName
{
background-color: #9DC00B;
}
</style>
border-color css
<style>
span { border-color: #9DC00B; }
span { border-color: rgb(157,192,11); }
td.TdClassName
{
border-color: #9DC00B;
}
.TagClassName
{
border-color: #9DC00B;
}
</style>