Shades of Chartreuse #8CFA10
Tints of Chartreuse #8CFA10
RGB
CMYK
RGB Variations
Color information
#8CFA10 (or 0x8CFA10) is known color: Chartreuse. HEX triplet: 8C, FA and 10. RGB value is (140,250,16). Sum of RGB (Red+Green+Blue) = 140+250+16=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA10 is #7305EF. Grayscale: #BFBFBF. Windows color (decimal): -7538160 or 1112716. OLE color: 1112716.
HSL color Cylindrical-coordinate representation of color #8CFA10: hue angle of 88.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CFA10 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 16 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.02 |
| HSL | 88.21º | 0.96% | 0.52% | - |
| HSV(B) | 88.21º | 0.94% | 0.98% | - |
| XYZ | 45.09 | 73.98 | 12.39 | - |
| YUV | 190.43 | 29.56 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 16 | 0.44 | 0 | 0.94 | 0.02 | 88.21 | 0.96 | 0.52 |
| Hex | 8C | FA | 10 | 2C | 0 | 5E | 2 | 58 | 60 | 34 |
| Octal | 214 | 372 | 20 | 54 | 0 | 136 | 2 | 130 | 140 | 64 |
| Binary | 10001100 | 11111010 | 10000 | 101100 | 0 | 1011110 | 10 | 1011000 | 1100000 | 110100 |
Color Harmonies of #8CFA10
Complementary color
Monochromatic Colors of #8CFA10
Black with #8CFA10
Text Example
Text Example
White with #8CFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA10; }
p { color: rgb(140,250,16); }
H1.HeaderClassName
{
color: #8CFA10;
}
.AnyTagClassName
{
color: #8CFA10;
}
</style>
background-color css
<style>
a { background-color: #8CFA10; }
a { background-color: rgb(140,250,16); }
div.DivClassName
{
background-color: #8CFA10;
}
.BgClassName
{
background-color: #8CFA10;
}
</style>
border-color css
<style>
span { border-color: #8CFA10; }
span { border-color: rgb(140,250,16); }
td.TdClassName
{
border-color: #8CFA10;
}
.TagClassName
{
border-color: #8CFA10;
}
</style>