Shades of Chartreuse #86FA16
Tints of Chartreuse #86FA16
RGB
CMYK
RGB Variations
Color information
#86FA16 (or 0x86FA16) is known color: Chartreuse. HEX triplet: 86, FA and 16. RGB value is (134,250,22). Sum of RGB (Red+Green+Blue) = 134+250+22=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA16 is #7905E9. Grayscale: #BEBEBE. Windows color (decimal): -7931370 or 1505926. OLE color: 1505926.
HSL color Cylindrical-coordinate representation of color #86FA16: hue angle of 90.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86FA16 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 22 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.02 |
| HSL | 90.53º | 0.96% | 0.53% | - |
| HSV(B) | 90.53º | 0.91% | 0.98% | - |
| XYZ | 44.16 | 73.5 | 12.62 | - |
| YUV | 189.32 | 33.57 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 22 | 0.46 | 0 | 0.91 | 0.02 | 90.53 | 0.96 | 0.53 |
| Hex | 86 | FA | 16 | 2E | 0 | 5B | 2 | 5B | 60 | 35 |
| Octal | 206 | 372 | 26 | 56 | 0 | 133 | 2 | 133 | 140 | 65 |
| Binary | 10000110 | 11111010 | 10110 | 101110 | 0 | 1011011 | 10 | 1011011 | 1100000 | 110101 |
Color Harmonies of #86FA16
Complementary color
Monochromatic Colors of #86FA16
Black with #86FA16
Text Example
Text Example
White with #86FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA16; }
p { color: rgb(134,250,22); }
H1.HeaderClassName
{
color: #86FA16;
}
.AnyTagClassName
{
color: #86FA16;
}
</style>
background-color css
<style>
a { background-color: #86FA16; }
a { background-color: rgb(134,250,22); }
div.DivClassName
{
background-color: #86FA16;
}
.BgClassName
{
background-color: #86FA16;
}
</style>
border-color css
<style>
span { border-color: #86FA16; }
span { border-color: rgb(134,250,22); }
td.TdClassName
{
border-color: #86FA16;
}
.TagClassName
{
border-color: #86FA16;
}
</style>