Shades of Citrus #9DC100
Tints of Citrus #9DC100
RGB
CMYK
RGB Variations
Color information
#9DC100 (or 0x9DC100) is known color: Citrus. HEX triplet: 9D, C1 and 00. RGB value is (157,193,0). Sum of RGB (Red+Green+Blue) = 157+193+0=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC100 is #623EFF. Grayscale: #A0A0A0. Windows color (decimal): -6438656 or 49565. OLE color: 49565.
HSL color Cylindrical-coordinate representation of color #9DC100: hue angle of 71.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DC100 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.24 |
| HSL | 71.19º | 1% | 0.38% | - |
| HSV(B) | 71.19º | 1% | 0.76% | - |
| XYZ | 32.97 | 45.31 | 7.01 | - |
| YUV | 160.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 0 | 0.19 | 0 | 1 | 0.24 | 71.19 | 1 | 0.38 |
| Hex | 9D | C1 | 0 | 13 | 0 | 64 | 18 | 47 | 64 | 26 |
| Octal | 235 | 301 | 0 | 23 | 0 | 144 | 30 | 107 | 144 | 46 |
| Binary | 10011101 | 11000001 | 0 | 10011 | 0 | 1100100 | 11000 | 1000111 | 1100100 | 100110 |
Color Harmonies of #9DC100
Complementary color
Monochromatic Colors of #9DC100
Black with #9DC100
Text Example
Text Example
White with #9DC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC100; }
p { color: rgb(157,193,0); }
H1.HeaderClassName
{
color: #9DC100;
}
.AnyTagClassName
{
color: #9DC100;
}
</style>
background-color css
<style>
a { background-color: #9DC100; }
a { background-color: rgb(157,193,0); }
div.DivClassName
{
background-color: #9DC100;
}
.BgClassName
{
background-color: #9DC100;
}
</style>
border-color css
<style>
span { border-color: #9DC100; }
span { border-color: rgb(157,193,0); }
td.TdClassName
{
border-color: #9DC100;
}
.TagClassName
{
border-color: #9DC100;
}
</style>