Shades of Citrus #9DC10B
Tints of Citrus #9DC10B
RGB
CMYK
RGB Variations
Color information
#9DC10B (or 0x9DC10B) is known color: Citrus. HEX triplet: 9D, C1 and 0B. RGB value is (157,193,11). Sum of RGB (Red+Green+Blue) = 157+193+11=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC10B is #623EF4. Grayscale: #A2A2A2. Windows color (decimal): -6438645 or 770461. OLE color: 770461.
HSL color Cylindrical-coordinate representation of color #9DC10B: hue angle of 71.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DC10B is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 11 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.24 |
| HSL | 71.87º | 0.89% | 0.4% | - |
| HSV(B) | 71.87º | 0.94% | 0.76% | - |
| XYZ | 33.04 | 45.33 | 7.33 | - |
| YUV | 161.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 11 | 0.19 | 0 | 0.94 | 0.24 | 71.87 | 0.89 | 0.4 |
| Hex | 9D | C1 | B | 13 | 0 | 5E | 18 | 48 | 59 | 28 |
| Octal | 235 | 301 | 13 | 23 | 0 | 136 | 30 | 110 | 131 | 50 |
| Binary | 10011101 | 11000001 | 1011 | 10011 | 0 | 1011110 | 11000 | 1001000 | 1011001 | 101000 |
Color Harmonies of #9DC10B
Complementary color
Monochromatic Colors of #9DC10B
Black with #9DC10B
Text Example
Text Example
White with #9DC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC10B; }
p { color: rgb(157,193,11); }
H1.HeaderClassName
{
color: #9DC10B;
}
.AnyTagClassName
{
color: #9DC10B;
}
</style>
background-color css
<style>
a { background-color: #9DC10B; }
a { background-color: rgb(157,193,11); }
div.DivClassName
{
background-color: #9DC10B;
}
.BgClassName
{
background-color: #9DC10B;
}
</style>
border-color css
<style>
span { border-color: #9DC10B; }
span { border-color: rgb(157,193,11); }
td.TdClassName
{
border-color: #9DC10B;
}
.TagClassName
{
border-color: #9DC10B;
}
</style>