#86FE8A

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

Shades of Light Green #86FE8A

Tints of Light Green #86FE8A

Color information

#86FE8A (or 0x86FE8A) is unknown color: approx Light Green. HEX triplet: 86, FE and 8A. RGB value is (134,254,138). Sum of RGB (Red+Green+Blue) = 134+254+138=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE8A is #790175. Grayscale: #CDCDCD. Windows color (decimal): -7930230 or 9109126. OLE color: 9109126.

HSL color Cylindrical-coordinate representation of color #86FE8A: hue angle of 122º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE8A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB134254138-
CMYK0.4700.460.00
HSL122º98.36%76.08%-
HSV(B)122º47.24%99.61%-
XYZ49.8677.7936.43-
YUV204.990.2477.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 254 (99.61% from 255) = 48.29%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=25.48%
G=48.29%
B=26.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541380.4700.460.0012298.3676.08
Hex86FE8A2F02E07a624c
Octal206376212570560172142114
Binary10000110111111101000101010111101011100111101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,138); }

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

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

 a { background-color: rgb(134,254,138); }

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

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

 span { border-color: rgb(134,254,138); }

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