Shades of Citrus #8FC10C
Tints of Citrus #8FC10C
RGB
CMYK
RGB Variations
Color information
#8FC10C (or 0x8FC10C) is known color: Citrus. HEX triplet: 8F, C1 and 0C. RGB value is (143,193,12). Sum of RGB (Red+Green+Blue) = 143+193+12=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC10C is #703EF3. Grayscale: #9E9E9E. Windows color (decimal): -7356148 or 835983. OLE color: 835983.
HSL color Cylindrical-coordinate representation of color #8FC10C: hue angle of 76.57º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FC10C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 12 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.24 |
| HSL | 76.57º | 0.88% | 0.4% | - |
| HSV(B) | 76.57º | 0.94% | 0.76% | - |
| XYZ | 30.46 | 44.01 | 7.24 | - |
| YUV | 157.42 | 45.94 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 12 | 0.26 | 0 | 0.94 | 0.24 | 76.57 | 0.88 | 0.4 |
| Hex | 8F | C1 | C | 1A | 0 | 5E | 18 | 4D | 58 | 28 |
| Octal | 217 | 301 | 14 | 32 | 0 | 136 | 30 | 115 | 130 | 50 |
| Binary | 10001111 | 11000001 | 1100 | 11010 | 0 | 1011110 | 11000 | 1001101 | 1011000 | 101000 |
Color Harmonies of #8FC10C
Complementary color
Monochromatic Colors of #8FC10C
Black with #8FC10C
Text Example
Text Example
White with #8FC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC10C; }
p { color: rgb(143,193,12); }
H1.HeaderClassName
{
color: #8FC10C;
}
.AnyTagClassName
{
color: #8FC10C;
}
</style>
background-color css
<style>
a { background-color: #8FC10C; }
a { background-color: rgb(143,193,12); }
div.DivClassName
{
background-color: #8FC10C;
}
.BgClassName
{
background-color: #8FC10C;
}
</style>
border-color css
<style>
span { border-color: #8FC10C; }
span { border-color: rgb(143,193,12); }
td.TdClassName
{
border-color: #8FC10C;
}
.TagClassName
{
border-color: #8FC10C;
}
</style>