Shades of Citrus #9DC106
Tints of Citrus #9DC106
RGB
CMYK
RGB Variations
Color information
#9DC106 (or 0x9DC106) is known color: Citrus. HEX triplet: 9D, C1 and 06. RGB value is (157,193,6). Sum of RGB (Red+Green+Blue) = 157+193+6=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC106 is #623EF9. Grayscale: #A1A1A1. Windows color (decimal): -6438650 or 442781. OLE color: 442781.
HSL color Cylindrical-coordinate representation of color #9DC106: hue angle of 71.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC106 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.24 |
| HSL | 71.55º | 0.94% | 0.39% | - |
| HSV(B) | 71.55º | 0.97% | 0.76% | - |
| XYZ | 33.01 | 45.32 | 7.18 | - |
| YUV | 160.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 6 | 0.19 | 0 | 0.97 | 0.24 | 71.55 | 0.94 | 0.39 |
| Hex | 9D | C1 | 6 | 13 | 0 | 61 | 18 | 48 | 5E | 27 |
| Octal | 235 | 301 | 6 | 23 | 0 | 141 | 30 | 110 | 136 | 47 |
| Binary | 10011101 | 11000001 | 110 | 10011 | 0 | 1100001 | 11000 | 1001000 | 1011110 | 100111 |
Color Harmonies of #9DC106
Complementary color
Monochromatic Colors of #9DC106
Black with #9DC106
Text Example
Text Example
White with #9DC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC106; }
p { color: rgb(157,193,6); }
H1.HeaderClassName
{
color: #9DC106;
}
.AnyTagClassName
{
color: #9DC106;
}
</style>
background-color css
<style>
a { background-color: #9DC106; }
a { background-color: rgb(157,193,6); }
div.DivClassName
{
background-color: #9DC106;
}
.BgClassName
{
background-color: #9DC106;
}
</style>
border-color css
<style>
span { border-color: #9DC106; }
span { border-color: rgb(157,193,6); }
td.TdClassName
{
border-color: #9DC106;
}
.TagClassName
{
border-color: #9DC106;
}
</style>