Shades of Chartreuse #86FA1A
Tints of Chartreuse #86FA1A
RGB
CMYK
RGB Variations
Color information
#86FA1A (or 0x86FA1A) is known color: Chartreuse. HEX triplet: 86, FA and 1A. RGB value is (134,250,26). Sum of RGB (Red+Green+Blue) = 134+250+26=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FA1A is #7905E5. Grayscale: #BEBEBE. Windows color (decimal): -7931366 or 1768070. OLE color: 1768070.
HSL color Cylindrical-coordinate representation of color #86FA1A: hue angle of 91.07º 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 #86FA1A is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 26 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.02 |
| HSL | 91.07º | 0.96% | 0.54% | - |
| HSV(B) | 91.07º | 0.9% | 0.98% | - |
| XYZ | 44.2 | 73.51 | 12.84 | - |
| YUV | 189.78 | 35.57 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 26 | 0.46 | 0 | 0.90 | 0.02 | 91.07 | 0.96 | 0.54 |
| Hex | 86 | FA | 1A | 2E | 0 | 5A | 2 | 5B | 60 | 36 |
| Octal | 206 | 372 | 32 | 56 | 0 | 132 | 2 | 133 | 140 | 66 |
| Binary | 10000110 | 11111010 | 11010 | 101110 | 0 | 1011010 | 10 | 1011011 | 1100000 | 110110 |
Color Harmonies of #86FA1A
Complementary color
Monochromatic Colors of #86FA1A
Black with #86FA1A
Text Example
Text Example
White with #86FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA1A; }
p { color: rgb(134,250,26); }
H1.HeaderClassName
{
color: #86FA1A;
}
.AnyTagClassName
{
color: #86FA1A;
}
</style>
background-color css
<style>
a { background-color: #86FA1A; }
a { background-color: rgb(134,250,26); }
div.DivClassName
{
background-color: #86FA1A;
}
.BgClassName
{
background-color: #86FA1A;
}
</style>
border-color css
<style>
span { border-color: #86FA1A; }
span { border-color: rgb(134,250,26); }
td.TdClassName
{
border-color: #86FA1A;
}
.TagClassName
{
border-color: #86FA1A;
}
</style>