Shades of Citrus #9DC10D
Tints of Citrus #9DC10D
RGB
CMYK
RGB Variations
Color information
#9DC10D (or 0x9DC10D) is known color: Citrus. HEX triplet: 9D, C1 and 0D. RGB value is (157,193,13). Sum of RGB (Red+Green+Blue) = 157+193+13=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC10D is #623EF2. Grayscale: #A2A2A2. Windows color (decimal): -6438643 or 901533. OLE color: 901533.
HSL color Cylindrical-coordinate representation of color #9DC10D: hue angle of 72º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DC10D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.24 |
| HSL | 72º | 0.87% | 0.4% | - |
| HSV(B) | 72º | 0.93% | 0.76% | - |
| XYZ | 33.05 | 45.34 | 7.39 | - |
| YUV | 161.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 13 | 0.19 | 0 | 0.93 | 0.24 | 72 | 0.87 | 0.4 |
| Hex | 9D | C1 | D | 13 | 0 | 5D | 18 | 48 | 57 | 28 |
| Octal | 235 | 301 | 15 | 23 | 0 | 135 | 30 | 110 | 127 | 50 |
| Binary | 10011101 | 11000001 | 1101 | 10011 | 0 | 1011101 | 11000 | 1001000 | 1010111 | 101000 |
Color Harmonies of #9DC10D
Complementary color
Monochromatic Colors of #9DC10D
Black with #9DC10D
Text Example
Text Example
White with #9DC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC10D; }
p { color: rgb(157,193,13); }
H1.HeaderClassName
{
color: #9DC10D;
}
.AnyTagClassName
{
color: #9DC10D;
}
</style>
background-color css
<style>
a { background-color: #9DC10D; }
a { background-color: rgb(157,193,13); }
div.DivClassName
{
background-color: #9DC10D;
}
.BgClassName
{
background-color: #9DC10D;
}
</style>
border-color css
<style>
span { border-color: #9DC10D; }
span { border-color: rgb(157,193,13); }
td.TdClassName
{
border-color: #9DC10D;
}
.TagClassName
{
border-color: #9DC10D;
}
</style>