#86FA13

Color #86FA13 Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #86FA13

Tints of Chartreuse #86FA13

Color information

#86FA13 (or 0x86FA13) is unknown color: approx Chartreuse. HEX triplet: 86, FA and 13. RGB value is (134,250,19). Sum of RGB (Red+Green+Blue) = 134+250+19=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA13 is #7905EC. Grayscale: #BDBDBD. Windows color (decimal): -7931373 or 1309318. OLE color: 1309318.

HSL color Cylindrical-coordinate representation of color #86FA13: hue angle of 90.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86FA13 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB13425019-
CMYK0.4600.920.02
HSL90.13º95.85%52.75%-
HSV(B)90.13º92.4%98.04%-
XYZ44.1373.4912.47-
YUV188.9832.0788.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 250 (98.05% from 255) = 62.03%
BLUE value IS 19 (7.81% from 255) = 4.71%
R=33.25%
G=62.03%
B=4.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134250190.4600.920.0290.1395.8552.75
Hex86FA132E05C25a6035
Octal20637223560134213214065
Binary100001101111101010011101110010111001010110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86FA13; }

 p { color: rgb(134,250,19); }

 H1.HeaderClassName
 {
   color: #86FA13;
 }
 .AnyTagClassName
 {
   color: #86FA13;
 }
</style>
background-color css

<style>
 a { background-color: #86FA13; }

 a { background-color: rgb(134,250,19); }

 div.DivClassName
 {
   background-color: #86FA13;
 }
 .BgClassName
 {
   background-color: #86FA13;
 }
</style>
border-color css

<style>
 span { border-color: #86FA13; }

 span { border-color: rgb(134,250,19); }

 td.TdClassName
 {
   border-color: #86FA13;
 }
 .TagClassName
 {
   border-color: #86FA13;
 }
</style>