Shades of Citrus #8CC110
Tints of Citrus #8CC110
RGB
CMYK
RGB Variations
Color information
#8CC110 (or 0x8CC110) is known color: Citrus. HEX triplet: 8C, C1 and 10. RGB value is (140,193,16). Sum of RGB (Red+Green+Blue) = 140+193+16=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC110 is #733EEF. Grayscale: #9D9D9D. Windows color (decimal): -7552752 or 1098124. OLE color: 1098124.
HSL color Cylindrical-coordinate representation of color #8CC110: hue angle of 77.97º 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 #8CC110 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 16 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.24 |
| HSL | 77.97º | 0.85% | 0.41% | - |
| HSV(B) | 77.97º | 0.92% | 0.76% | - |
| XYZ | 29.98 | 43.75 | 7.36 | - |
| YUV | 156.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 16 | 0.27 | 0 | 0.92 | 0.24 | 77.97 | 0.85 | 0.41 |
| Hex | 8C | C1 | 10 | 1B | 0 | 5C | 18 | 4E | 55 | 29 |
| Octal | 214 | 301 | 20 | 33 | 0 | 134 | 30 | 116 | 125 | 51 |
| Binary | 10001100 | 11000001 | 10000 | 11011 | 0 | 1011100 | 11000 | 1001110 | 1010101 | 101001 |
Color Harmonies of #8CC110
Complementary color
Monochromatic Colors of #8CC110
Black with #8CC110
Text Example
Text Example
White with #8CC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC110; }
p { color: rgb(140,193,16); }
H1.HeaderClassName
{
color: #8CC110;
}
.AnyTagClassName
{
color: #8CC110;
}
</style>
background-color css
<style>
a { background-color: #8CC110; }
a { background-color: rgb(140,193,16); }
div.DivClassName
{
background-color: #8CC110;
}
.BgClassName
{
background-color: #8CC110;
}
</style>
border-color css
<style>
span { border-color: #8CC110; }
span { border-color: rgb(140,193,16); }
td.TdClassName
{
border-color: #8CC110;
}
.TagClassName
{
border-color: #8CC110;
}
</style>