Shades of Citrus #9CA60C
Tints of Citrus #9CA60C
RGB
CMYK
RGB Variations
Color information
#9CA60C (or 0x9CA60C) is known color: Citrus. HEX triplet: 9C, A6 and 0C. RGB value is (156,166,12). Sum of RGB (Red+Green+Blue) = 156+166+12=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA60C is #6359F3. Grayscale: #929292. Windows color (decimal): -6511092 or 829084. OLE color: 829084.
HSL color Cylindrical-coordinate representation of color #9CA60C: hue angle of 63.9º 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 #9CA60C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.35 |
| HSL | 63.9º | 0.87% | 0.35% | - |
| HSV(B) | 63.9º | 0.93% | 0.65% | - |
| XYZ | 27.41 | 34.37 | 5.54 | - |
| YUV | 145.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 12 | 0.06 | 0 | 0.93 | 0.35 | 63.9 | 0.87 | 0.35 |
| Hex | 9C | A6 | C | 6 | 0 | 5D | 23 | 40 | 57 | 23 |
| Octal | 234 | 246 | 14 | 6 | 0 | 135 | 43 | 100 | 127 | 43 |
| Binary | 10011100 | 10100110 | 1100 | 110 | 0 | 1011101 | 100011 | 1000000 | 1010111 | 100011 |
Color Harmonies of #9CA60C
Complementary color
Monochromatic Colors of #9CA60C
Black with #9CA60C
Text Example
Text Example
White with #9CA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA60C; }
p { color: rgb(156,166,12); }
H1.HeaderClassName
{
color: #9CA60C;
}
.AnyTagClassName
{
color: #9CA60C;
}
</style>
background-color css
<style>
a { background-color: #9CA60C; }
a { background-color: rgb(156,166,12); }
div.DivClassName
{
background-color: #9CA60C;
}
.BgClassName
{
background-color: #9CA60C;
}
</style>
border-color css
<style>
span { border-color: #9CA60C; }
span { border-color: rgb(156,166,12); }
td.TdClassName
{
border-color: #9CA60C;
}
.TagClassName
{
border-color: #9CA60C;
}
</style>