#86FD8A

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

Shades of Light Green #86FD8A

Tints of Light Green #86FD8A

Color information

#86FD8A (or 0x86FD8A) is unknown color: approx Light Green. HEX triplet: 86, FD and 8A. RGB value is (134,253,138). Sum of RGB (Red+Green+Blue) = 134+253+138=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FD8A is #790275. Grayscale: #CCCCCC. Windows color (decimal): -7930486 or 9108870. OLE color: 9108870.

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

Color convert

RGB134253138-
CMYK0.4700.450.01
HSL122.02º96.75%75.88%-
HSV(B)122.02º47.04%99.22%-
XYZ49.5477.1536.33-
YUV204.3190.5877.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=25.52%
G=48.19%
B=26.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342531380.4700.450.01122.0296.7575.88
Hex86FD8A2F02D17a614c
Octal206375212570551172141114
Binary10000110111111011000101010111101011011111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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