#86FC7A

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

Shades of Light Green #86FC7A

Tints of Light Green #86FC7A

Color information

#86FC7A (or 0x86FC7A) is unknown color: approx Light Green. HEX triplet: 86, FC and 7A. RGB value is (134,252,122). Sum of RGB (Red+Green+Blue) = 134+252+122=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FC7A is #790385. Grayscale: #CACACA. Windows color (decimal): -7930758 or 8060038. OLE color: 8060038.

HSL color Cylindrical-coordinate representation of color #86FC7A: hue angle of 114.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86FC7A is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB134252122-
CMYK0.4700.520.01
HSL114.46º95.59%73.33%-
HSV(B)114.46º51.59%98.82%-
XYZ48.1576.0930.56-
YUV201.982.9179.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 252 (98.83% from 255) = 49.61%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=26.38%
G=49.61%
B=24.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521220.4700.520.01114.4695.5973.33
Hex86FC7A2F0341726049
Octal206374172570641162140111
Binary1000011011111100111101010111101101001111001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,252,122); }

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

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

 a { background-color: rgb(134,252,122); }

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

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

 span { border-color: rgb(134,252,122); }

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