Shades of Citrus #9CC610
Tints of Citrus #9CC610
RGB
CMYK
RGB Variations
Color information
#9CC610 (or 0x9CC610) is known color: Citrus. HEX triplet: 9C, C6 and 10. RGB value is (156,198,16). Sum of RGB (Red+Green+Blue) = 156+198+16=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC610 is #6339EF. Grayscale: #A5A5A5. Windows color (decimal): -6502896 or 1099420. OLE color: 1099420.
HSL color Cylindrical-coordinate representation of color #9CC610: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC610 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 16 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.22 |
| HSL | 73.85º | 0.85% | 0.42% | - |
| HSV(B) | 73.85º | 0.92% | 0.78% | - |
| XYZ | 34 | 47.49 | 7.87 | - |
| YUV | 164.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 16 | 0.21 | 0 | 0.92 | 0.22 | 73.85 | 0.85 | 0.42 |
| Hex | 9C | C6 | 10 | 15 | 0 | 5C | 16 | 4A | 55 | 2A |
| Octal | 234 | 306 | 20 | 25 | 0 | 134 | 26 | 112 | 125 | 52 |
| Binary | 10011100 | 11000110 | 10000 | 10101 | 0 | 1011100 | 10110 | 1001010 | 1010101 | 101010 |
Color Harmonies of #9CC610
Complementary color
Monochromatic Colors of #9CC610
Black with #9CC610
Text Example
Text Example
White with #9CC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC610; }
p { color: rgb(156,198,16); }
H1.HeaderClassName
{
color: #9CC610;
}
.AnyTagClassName
{
color: #9CC610;
}
</style>
background-color css
<style>
a { background-color: #9CC610; }
a { background-color: rgb(156,198,16); }
div.DivClassName
{
background-color: #9CC610;
}
.BgClassName
{
background-color: #9CC610;
}
</style>
border-color css
<style>
span { border-color: #9CC610; }
span { border-color: rgb(156,198,16); }
td.TdClassName
{
border-color: #9CC610;
}
.TagClassName
{
border-color: #9CC610;
}
</style>