Shades of Citrus #9DC00A
Tints of Citrus #9DC00A
RGB
CMYK
RGB Variations
Color information
#9DC00A (or 0x9DC00A) is known color: Citrus. HEX triplet: 9D, C0 and 0A. RGB value is (157,192,10). Sum of RGB (Red+Green+Blue) = 157+192+10=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC00A is #623FF5. Grayscale: #A1A1A1. Windows color (decimal): -6438902 or 704669. OLE color: 704669.
HSL color Cylindrical-coordinate representation of color #9DC00A: hue angle of 71.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DC00A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.25 |
| HSL | 71.54º | 0.9% | 0.4% | - |
| HSV(B) | 71.54º | 0.95% | 0.75% | - |
| XYZ | 32.81 | 44.89 | 7.22 | - |
| YUV | 160.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 10 | 0.18 | 0 | 0.95 | 0.25 | 71.54 | 0.9 | 0.4 |
| Hex | 9D | C0 | A | 12 | 0 | 5F | 19 | 48 | 5A | 28 |
| Octal | 235 | 300 | 12 | 22 | 0 | 137 | 31 | 110 | 132 | 50 |
| Binary | 10011101 | 11000000 | 1010 | 10010 | 0 | 1011111 | 11001 | 1001000 | 1011010 | 101000 |
Color Harmonies of #9DC00A
Complementary color
Monochromatic Colors of #9DC00A
Black with #9DC00A
Text Example
Text Example
White with #9DC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC00A; }
p { color: rgb(157,192,10); }
H1.HeaderClassName
{
color: #9DC00A;
}
.AnyTagClassName
{
color: #9DC00A;
}
</style>
background-color css
<style>
a { background-color: #9DC00A; }
a { background-color: rgb(157,192,10); }
div.DivClassName
{
background-color: #9DC00A;
}
.BgClassName
{
background-color: #9DC00A;
}
</style>
border-color css
<style>
span { border-color: #9DC00A; }
span { border-color: rgb(157,192,10); }
td.TdClassName
{
border-color: #9DC00A;
}
.TagClassName
{
border-color: #9DC00A;
}
</style>