Shades of Chartreuse #86FC1A
Tints of Chartreuse #86FC1A
RGB
CMYK
RGB Variations
Color information
#86FC1A (or 0x86FC1A) is known color: Chartreuse. HEX triplet: 86, FC and 1A. RGB value is (134,252,26). Sum of RGB (Red+Green+Blue) = 134+252+26=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC1A is #7903E5. Grayscale: #BFBFBF. Windows color (decimal): -7930854 or 1768582. OLE color: 1768582.
HSL color Cylindrical-coordinate representation of color #86FC1A: hue angle of 91.33º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86FC1A is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 26 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.01 |
| HSL | 91.33º | 0.97% | 0.55% | - |
| HSV(B) | 91.33º | 0.9% | 0.99% | - |
| XYZ | 44.83 | 74.76 | 13.05 | - |
| YUV | 190.95 | 34.91 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 26 | 0.47 | 0 | 0.90 | 0.01 | 91.33 | 0.97 | 0.55 |
| Hex | 86 | FC | 1A | 2F | 0 | 5A | 1 | 5B | 61 | 37 |
| Octal | 206 | 374 | 32 | 57 | 0 | 132 | 1 | 133 | 141 | 67 |
| Binary | 10000110 | 11111100 | 11010 | 101111 | 0 | 1011010 | 1 | 1011011 | 1100001 | 110111 |
Color Harmonies of #86FC1A
Complementary color
Monochromatic Colors of #86FC1A
Black with #86FC1A
Text Example
Text Example
White with #86FC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FC1A; }
p { color: rgb(134,252,26); }
H1.HeaderClassName
{
color: #86FC1A;
}
.AnyTagClassName
{
color: #86FC1A;
}
</style>
background-color css
<style>
a { background-color: #86FC1A; }
a { background-color: rgb(134,252,26); }
div.DivClassName
{
background-color: #86FC1A;
}
.BgClassName
{
background-color: #86FC1A;
}
</style>
border-color css
<style>
span { border-color: #86FC1A; }
span { border-color: rgb(134,252,26); }
td.TdClassName
{
border-color: #86FC1A;
}
.TagClassName
{
border-color: #86FC1A;
}
</style>