Shades of Citrus #9DB60C
Tints of Citrus #9DB60C
RGB
CMYK
RGB Variations
Color information
#9DB60C (or 0x9DB60C) is known color: Citrus. HEX triplet: 9D, B6 and 0C. RGB value is (157,182,12). Sum of RGB (Red+Green+Blue) = 157+182+12=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB60C is #6249F3. Grayscale: #9B9B9B. Windows color (decimal): -6441460 or 833181. OLE color: 833181.
HSL color Cylindrical-coordinate representation of color #9DB60C: hue angle of 68.82º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DB60C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 12 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.29 |
| HSL | 68.82º | 0.88% | 0.38% | - |
| HSV(B) | 68.82º | 0.93% | 0.71% | - |
| XYZ | 30.7 | 40.65 | 6.58 | - |
| YUV | 155.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 12 | 0.14 | 0 | 0.93 | 0.29 | 68.82 | 0.88 | 0.38 |
| Hex | 9D | B6 | C | E | 0 | 5D | 1D | 45 | 58 | 26 |
| Octal | 235 | 266 | 14 | 16 | 0 | 135 | 35 | 105 | 130 | 46 |
| Binary | 10011101 | 10110110 | 1100 | 1110 | 0 | 1011101 | 11101 | 1000101 | 1011000 | 100110 |
Color Harmonies of #9DB60C
Complementary color
Monochromatic Colors of #9DB60C
Black with #9DB60C
Text Example
Text Example
White with #9DB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB60C; }
p { color: rgb(157,182,12); }
H1.HeaderClassName
{
color: #9DB60C;
}
.AnyTagClassName
{
color: #9DB60C;
}
</style>
background-color css
<style>
a { background-color: #9DB60C; }
a { background-color: rgb(157,182,12); }
div.DivClassName
{
background-color: #9DB60C;
}
.BgClassName
{
background-color: #9DB60C;
}
</style>
border-color css
<style>
span { border-color: #9DB60C; }
span { border-color: rgb(157,182,12); }
td.TdClassName
{
border-color: #9DB60C;
}
.TagClassName
{
border-color: #9DB60C;
}
</style>