Shades of Chartreuse #86FA18
Tints of Chartreuse #86FA18
RGB
CMYK
RGB Variations
Color information
#86FA18 (or 0x86FA18) is known color: Chartreuse. HEX triplet: 86, FA and 18. RGB value is (134,250,24). Sum of RGB (Red+Green+Blue) = 134+250+24=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA18 is #7905E7. Grayscale: #BEBEBE. Windows color (decimal): -7931368 or 1636998. OLE color: 1636998.
HSL color Cylindrical-coordinate representation of color #86FA18: hue angle of 90.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86FA18 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 24 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.02 |
| HSL | 90.8º | 0.96% | 0.54% | - |
| HSV(B) | 90.8º | 0.9% | 0.98% | - |
| XYZ | 44.18 | 73.51 | 12.72 | - |
| YUV | 189.55 | 34.57 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 24 | 0.46 | 0 | 0.90 | 0.02 | 90.8 | 0.96 | 0.54 |
| Hex | 86 | FA | 18 | 2E | 0 | 5A | 2 | 5B | 60 | 36 |
| Octal | 206 | 372 | 30 | 56 | 0 | 132 | 2 | 133 | 140 | 66 |
| Binary | 10000110 | 11111010 | 11000 | 101110 | 0 | 1011010 | 10 | 1011011 | 1100000 | 110110 |
Color Harmonies of #86FA18
Complementary color
Monochromatic Colors of #86FA18
Black with #86FA18
Text Example
Text Example
White with #86FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA18; }
p { color: rgb(134,250,24); }
H1.HeaderClassName
{
color: #86FA18;
}
.AnyTagClassName
{
color: #86FA18;
}
</style>
background-color css
<style>
a { background-color: #86FA18; }
a { background-color: rgb(134,250,24); }
div.DivClassName
{
background-color: #86FA18;
}
.BgClassName
{
background-color: #86FA18;
}
</style>
border-color css
<style>
span { border-color: #86FA18; }
span { border-color: rgb(134,250,24); }
td.TdClassName
{
border-color: #86FA18;
}
.TagClassName
{
border-color: #86FA18;
}
</style>