Shades of Citrus #9DA60C
Tints of Citrus #9DA60C
RGB
CMYK
RGB Variations
Color information
#9DA60C (or 0x9DA60C) is known color: Citrus. HEX triplet: 9D, A6 and 0C. RGB value is (157,166,12). Sum of RGB (Red+Green+Blue) = 157+166+12=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA60C is #6259F3. Grayscale: #929292. Windows color (decimal): -6445556 or 829085. OLE color: 829085.
HSL color Cylindrical-coordinate representation of color #9DA60C: hue angle of 63.51º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DA60C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 12 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.35 |
| HSL | 63.51º | 0.87% | 0.35% | - |
| HSV(B) | 63.51º | 0.93% | 0.65% | - |
| XYZ | 27.61 | 34.47 | 5.55 | - |
| YUV | 145.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 12 | 0.05 | 0 | 0.93 | 0.35 | 63.51 | 0.87 | 0.35 |
| Hex | 9D | A6 | C | 5 | 0 | 5D | 23 | 40 | 57 | 23 |
| Octal | 235 | 246 | 14 | 5 | 0 | 135 | 43 | 100 | 127 | 43 |
| Binary | 10011101 | 10100110 | 1100 | 101 | 0 | 1011101 | 100011 | 1000000 | 1010111 | 100011 |
Color Harmonies of #9DA60C
Complementary color
Monochromatic Colors of #9DA60C
Black with #9DA60C
Text Example
Text Example
White with #9DA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA60C; }
p { color: rgb(157,166,12); }
H1.HeaderClassName
{
color: #9DA60C;
}
.AnyTagClassName
{
color: #9DA60C;
}
</style>
background-color css
<style>
a { background-color: #9DA60C; }
a { background-color: rgb(157,166,12); }
div.DivClassName
{
background-color: #9DA60C;
}
.BgClassName
{
background-color: #9DA60C;
}
</style>
border-color css
<style>
span { border-color: #9DA60C; }
span { border-color: rgb(157,166,12); }
td.TdClassName
{
border-color: #9DA60C;
}
.TagClassName
{
border-color: #9DA60C;
}
</style>