Shades of Citrus #9DC003
Tints of Citrus #9DC003
RGB
CMYK
RGB Variations
Color information
#9DC003 (or 0x9DC003) is known color: Citrus. HEX triplet: 9D, C0 and 03. RGB value is (157,192,3). Sum of RGB (Red+Green+Blue) = 157+192+3=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC003 is #623FFC. Grayscale: #A0A0A0. Windows color (decimal): -6438909 or 245917. OLE color: 245917.
HSL color Cylindrical-coordinate representation of color #9DC003: hue angle of 71.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DC003 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.25 |
| HSL | 71.11º | 0.97% | 0.38% | - |
| HSV(B) | 71.11º | 0.98% | 0.75% | - |
| XYZ | 32.77 | 44.87 | 7.02 | - |
| YUV | 159.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 3 | 0.18 | 0 | 0.98 | 0.25 | 71.11 | 0.97 | 0.38 |
| Hex | 9D | C0 | 3 | 12 | 0 | 62 | 19 | 47 | 61 | 26 |
| Octal | 235 | 300 | 3 | 22 | 0 | 142 | 31 | 107 | 141 | 46 |
| Binary | 10011101 | 11000000 | 11 | 10010 | 0 | 1100010 | 11001 | 1000111 | 1100001 | 100110 |
Color Harmonies of #9DC003
Complementary color
Monochromatic Colors of #9DC003
Black with #9DC003
Text Example
Text Example
White with #9DC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC003; }
p { color: rgb(157,192,3); }
H1.HeaderClassName
{
color: #9DC003;
}
.AnyTagClassName
{
color: #9DC003;
}
</style>
background-color css
<style>
a { background-color: #9DC003; }
a { background-color: rgb(157,192,3); }
div.DivClassName
{
background-color: #9DC003;
}
.BgClassName
{
background-color: #9DC003;
}
</style>
border-color css
<style>
span { border-color: #9DC003; }
span { border-color: rgb(157,192,3); }
td.TdClassName
{
border-color: #9DC003;
}
.TagClassName
{
border-color: #9DC003;
}
</style>