Shades of Citrus #9DC007
Tints of Citrus #9DC007
RGB
CMYK
RGB Variations
Color information
#9DC007 (or 0x9DC007) is known color: Citrus. HEX triplet: 9D, C0 and 07. RGB value is (157,192,7). Sum of RGB (Red+Green+Blue) = 157+192+7=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC007 is #623FF8. Grayscale: #A1A1A1. Windows color (decimal): -6438905 or 508061. OLE color: 508061.
HSL color Cylindrical-coordinate representation of color #9DC007: hue angle of 71.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DC007 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 7 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.25 |
| HSL | 71.35º | 0.93% | 0.39% | - |
| HSV(B) | 71.35º | 0.96% | 0.75% | - |
| XYZ | 32.79 | 44.88 | 7.14 | - |
| YUV | 160.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 7 | 0.18 | 0 | 0.96 | 0.25 | 71.35 | 0.93 | 0.39 |
| Hex | 9D | C0 | 7 | 12 | 0 | 60 | 19 | 47 | 5D | 27 |
| Octal | 235 | 300 | 7 | 22 | 0 | 140 | 31 | 107 | 135 | 47 |
| Binary | 10011101 | 11000000 | 111 | 10010 | 0 | 1100000 | 11001 | 1000111 | 1011101 | 100111 |
Color Harmonies of #9DC007
Complementary color
Monochromatic Colors of #9DC007
Black with #9DC007
Text Example
Text Example
White with #9DC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC007; }
p { color: rgb(157,192,7); }
H1.HeaderClassName
{
color: #9DC007;
}
.AnyTagClassName
{
color: #9DC007;
}
</style>
background-color css
<style>
a { background-color: #9DC007; }
a { background-color: rgb(157,192,7); }
div.DivClassName
{
background-color: #9DC007;
}
.BgClassName
{
background-color: #9DC007;
}
</style>
border-color css
<style>
span { border-color: #9DC007; }
span { border-color: rgb(157,192,7); }
td.TdClassName
{
border-color: #9DC007;
}
.TagClassName
{
border-color: #9DC007;
}
</style>