Shades of Citrus #8FC00C
Tints of Citrus #8FC00C
RGB
CMYK
RGB Variations
Color information
#8FC00C (or 0x8FC00C) is known color: Citrus. HEX triplet: 8F, C0 and 0C. RGB value is (143,192,12). Sum of RGB (Red+Green+Blue) = 143+192+12=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC00C is #703FF3. Grayscale: #9D9D9D. Windows color (decimal): -7356404 or 835727. OLE color: 835727.
HSL color Cylindrical-coordinate representation of color #8FC00C: hue angle of 76.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC00C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 12 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.25 |
| HSL | 76.33º | 0.88% | 0.4% | - |
| HSV(B) | 76.33º | 0.94% | 0.75% | - |
| XYZ | 30.24 | 43.57 | 7.16 | - |
| YUV | 156.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 12 | 0.26 | 0 | 0.94 | 0.25 | 76.33 | 0.88 | 0.4 |
| Hex | 8F | C0 | C | 1A | 0 | 5E | 19 | 4C | 58 | 28 |
| Octal | 217 | 300 | 14 | 32 | 0 | 136 | 31 | 114 | 130 | 50 |
| Binary | 10001111 | 11000000 | 1100 | 11010 | 0 | 1011110 | 11001 | 1001100 | 1011000 | 101000 |
Color Harmonies of #8FC00C
Complementary color
Monochromatic Colors of #8FC00C
Black with #8FC00C
Text Example
Text Example
White with #8FC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC00C; }
p { color: rgb(143,192,12); }
H1.HeaderClassName
{
color: #8FC00C;
}
.AnyTagClassName
{
color: #8FC00C;
}
</style>
background-color css
<style>
a { background-color: #8FC00C; }
a { background-color: rgb(143,192,12); }
div.DivClassName
{
background-color: #8FC00C;
}
.BgClassName
{
background-color: #8FC00C;
}
</style>
border-color css
<style>
span { border-color: #8FC00C; }
span { border-color: rgb(143,192,12); }
td.TdClassName
{
border-color: #8FC00C;
}
.TagClassName
{
border-color: #8FC00C;
}
</style>