Shades of Citrus #9DC000
Tints of Citrus #9DC000
RGB
CMYK
RGB Variations
Color information
#9DC000 (or 0x9DC000) is known color: Citrus. HEX triplet: 9D, C0 and 00. RGB value is (157,192,0). Sum of RGB (Red+Green+Blue) = 157+192+0=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC000 is #623FFF. Grayscale: #A0A0A0. Windows color (decimal): -6438912 or 49309. OLE color: 49309.
HSL color Cylindrical-coordinate representation of color #9DC000: hue angle of 70.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DC000 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.25 |
| HSL | 70.94º | 1% | 0.38% | - |
| HSV(B) | 70.94º | 1% | 0.75% | - |
| XYZ | 32.75 | 44.87 | 6.93 | - |
| YUV | 159.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 0 | 0.18 | 0 | 1 | 0.25 | 70.94 | 1 | 0.38 |
| Hex | 9D | C0 | 0 | 12 | 0 | 64 | 19 | 47 | 64 | 26 |
| Octal | 235 | 300 | 0 | 22 | 0 | 144 | 31 | 107 | 144 | 46 |
| Binary | 10011101 | 11000000 | 0 | 10010 | 0 | 1100100 | 11001 | 1000111 | 1100100 | 100110 |
Color Harmonies of #9DC000
Complementary color
Monochromatic Colors of #9DC000
Black with #9DC000
Text Example
Text Example
White with #9DC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC000; }
p { color: rgb(157,192,0); }
H1.HeaderClassName
{
color: #9DC000;
}
.AnyTagClassName
{
color: #9DC000;
}
</style>
background-color css
<style>
a { background-color: #9DC000; }
a { background-color: rgb(157,192,0); }
div.DivClassName
{
background-color: #9DC000;
}
.BgClassName
{
background-color: #9DC000;
}
</style>
border-color css
<style>
span { border-color: #9DC000; }
span { border-color: rgb(157,192,0); }
td.TdClassName
{
border-color: #9DC000;
}
.TagClassName
{
border-color: #9DC000;
}
</style>