Shades of Citrus #8CC006
Tints of Citrus #8CC006
RGB
CMYK
RGB Variations
Color information
#8CC006 (or 0x8CC006) is known color: Citrus. HEX triplet: 8C, C0 and 06. RGB value is (140,192,6). Sum of RGB (Red+Green+Blue) = 140+192+6=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC006 is #733FF9. Grayscale: #9B9B9B. Windows color (decimal): -7553018 or 442508. OLE color: 442508.
HSL color Cylindrical-coordinate representation of color #8CC006: hue angle of 76.77º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CC006 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.25 |
| HSL | 76.77º | 0.94% | 0.39% | - |
| HSV(B) | 76.77º | 0.97% | 0.75% | - |
| XYZ | 29.7 | 43.29 | 6.96 | - |
| YUV | 155.25 | 43.77 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 6 | 0.27 | 0 | 0.97 | 0.25 | 76.77 | 0.94 | 0.39 |
| Hex | 8C | C0 | 6 | 1B | 0 | 61 | 19 | 4D | 5E | 27 |
| Octal | 214 | 300 | 6 | 33 | 0 | 141 | 31 | 115 | 136 | 47 |
| Binary | 10001100 | 11000000 | 110 | 11011 | 0 | 1100001 | 11001 | 1001101 | 1011110 | 100111 |
Color Harmonies of #8CC006
Complementary color
Monochromatic Colors of #8CC006
Black with #8CC006
Text Example
Text Example
White with #8CC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC006; }
p { color: rgb(140,192,6); }
H1.HeaderClassName
{
color: #8CC006;
}
.AnyTagClassName
{
color: #8CC006;
}
</style>
background-color css
<style>
a { background-color: #8CC006; }
a { background-color: rgb(140,192,6); }
div.DivClassName
{
background-color: #8CC006;
}
.BgClassName
{
background-color: #8CC006;
}
</style>
border-color css
<style>
span { border-color: #8CC006; }
span { border-color: rgb(140,192,6); }
td.TdClassName
{
border-color: #8CC006;
}
.TagClassName
{
border-color: #8CC006;
}
</style>