Shades of Citrus #8CC012
Tints of Citrus #8CC012
RGB
CMYK
RGB Variations
Color information
#8CC012 (or 0x8CC012) is known color: Citrus. HEX triplet: 8C, C0 and 12. RGB value is (140,192,18). Sum of RGB (Red+Green+Blue) = 140+192+18=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC012 is #733FED. Grayscale: #9D9D9D. Windows color (decimal): -7553006 or 1228940. OLE color: 1228940.
HSL color Cylindrical-coordinate representation of color #8CC012: hue angle of 77.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CC012 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 18 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.25 |
| HSL | 77.93º | 0.83% | 0.41% | - |
| HSV(B) | 77.93º | 0.91% | 0.75% | - |
| XYZ | 29.77 | 43.32 | 7.36 | - |
| YUV | 156.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 18 | 0.27 | 0 | 0.91 | 0.25 | 77.93 | 0.83 | 0.41 |
| Hex | 8C | C0 | 12 | 1B | 0 | 5B | 19 | 4E | 53 | 29 |
| Octal | 214 | 300 | 22 | 33 | 0 | 133 | 31 | 116 | 123 | 51 |
| Binary | 10001100 | 11000000 | 10010 | 11011 | 0 | 1011011 | 11001 | 1001110 | 1010011 | 101001 |
Color Harmonies of #8CC012
Complementary color
Monochromatic Colors of #8CC012
Black with #8CC012
Text Example
Text Example
White with #8CC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC012; }
p { color: rgb(140,192,18); }
H1.HeaderClassName
{
color: #8CC012;
}
.AnyTagClassName
{
color: #8CC012;
}
</style>
background-color css
<style>
a { background-color: #8CC012; }
a { background-color: rgb(140,192,18); }
div.DivClassName
{
background-color: #8CC012;
}
.BgClassName
{
background-color: #8CC012;
}
</style>
border-color css
<style>
span { border-color: #8CC012; }
span { border-color: rgb(140,192,18); }
td.TdClassName
{
border-color: #8CC012;
}
.TagClassName
{
border-color: #8CC012;
}
</style>