Shades of Citrus #9CC110
Tints of Citrus #9CC110
RGB
CMYK
RGB Variations
Color information
#9CC110 (or 0x9CC110) is known color: Citrus. HEX triplet: 9C, C1 and 10. RGB value is (156,193,16). Sum of RGB (Red+Green+Blue) = 156+193+16=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC110 is #633EEF. Grayscale: #A2A2A2. Windows color (decimal): -6504176 or 1098140. OLE color: 1098140.
HSL color Cylindrical-coordinate representation of color #9CC110: hue angle of 72.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC110 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.24 |
| HSL | 72.54º | 0.85% | 0.41% | - |
| HSV(B) | 72.54º | 0.92% | 0.76% | - |
| XYZ | 32.87 | 45.25 | 7.49 | - |
| YUV | 161.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 16 | 0.19 | 0 | 0.92 | 0.24 | 72.54 | 0.85 | 0.41 |
| Hex | 9C | C1 | 10 | 13 | 0 | 5C | 18 | 49 | 55 | 29 |
| Octal | 234 | 301 | 20 | 23 | 0 | 134 | 30 | 111 | 125 | 51 |
| Binary | 10011100 | 11000001 | 10000 | 10011 | 0 | 1011100 | 11000 | 1001001 | 1010101 | 101001 |
Color Harmonies of #9CC110
Complementary color
Monochromatic Colors of #9CC110
Black with #9CC110
Text Example
Text Example
White with #9CC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC110; }
p { color: rgb(156,193,16); }
H1.HeaderClassName
{
color: #9CC110;
}
.AnyTagClassName
{
color: #9CC110;
}
</style>
background-color css
<style>
a { background-color: #9CC110; }
a { background-color: rgb(156,193,16); }
div.DivClassName
{
background-color: #9CC110;
}
.BgClassName
{
background-color: #9CC110;
}
</style>
border-color css
<style>
span { border-color: #9CC110; }
span { border-color: rgb(156,193,16); }
td.TdClassName
{
border-color: #9CC110;
}
.TagClassName
{
border-color: #9CC110;
}
</style>