Shades of Citrus #8CC60C
Tints of Citrus #8CC60C
RGB
CMYK
RGB Variations
Color information
#8CC60C (or 0x8CC60C) is known color: Citrus. HEX triplet: 8C, C6 and 0C. RGB value is (140,198,12). Sum of RGB (Red+Green+Blue) = 140+198+12=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC60C is #7339F3. Grayscale: #A0A0A0. Windows color (decimal): -7551476 or 837260. OLE color: 837260.
HSL color Cylindrical-coordinate representation of color #8CC60C: hue angle of 78.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC60C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.22 |
| HSL | 78.71º | 0.89% | 0.41% | - |
| HSV(B) | 78.71º | 0.94% | 0.78% | - |
| XYZ | 31.08 | 45.99 | 7.59 | - |
| YUV | 159.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 12 | 0.29 | 0 | 0.94 | 0.22 | 78.71 | 0.89 | 0.41 |
| Hex | 8C | C6 | C | 1D | 0 | 5E | 16 | 4F | 59 | 29 |
| Octal | 214 | 306 | 14 | 35 | 0 | 136 | 26 | 117 | 131 | 51 |
| Binary | 10001100 | 11000110 | 1100 | 11101 | 0 | 1011110 | 10110 | 1001111 | 1011001 | 101001 |
Color Harmonies of #8CC60C
Complementary color
Monochromatic Colors of #8CC60C
Black with #8CC60C
Text Example
Text Example
White with #8CC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC60C; }
p { color: rgb(140,198,12); }
H1.HeaderClassName
{
color: #8CC60C;
}
.AnyTagClassName
{
color: #8CC60C;
}
</style>
background-color css
<style>
a { background-color: #8CC60C; }
a { background-color: rgb(140,198,12); }
div.DivClassName
{
background-color: #8CC60C;
}
.BgClassName
{
background-color: #8CC60C;
}
</style>
border-color css
<style>
span { border-color: #8CC60C; }
span { border-color: rgb(140,198,12); }
td.TdClassName
{
border-color: #8CC60C;
}
.TagClassName
{
border-color: #8CC60C;
}
</style>