#86DF9B

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

Shades of Light Green #86DF9B

Tints of Light Green #86DF9B

Color information

#86DF9B (or 0x86DF9B) is unknown color: approx Light Green. HEX triplet: 86, DF and 9B. RGB value is (134,223,155). Sum of RGB (Red+Green+Blue) = 134+223+155=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF9B is #792064. Grayscale: #BCBCBC. Windows color (decimal): -7938149 or 10215302. OLE color: 10215302.

HSL color Cylindrical-coordinate representation of color #86DF9B: hue angle of 134.16º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF9B is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB134223155-
CMYK0.4000.300.13
HSL134.16º58.17%70%-
HSV(B)134.16º39.91%87.45%-
XYZ42.1460.2140.41-
YUV188.64109.0189.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=26.17%
G=43.55%
B=30.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342231550.4000.300.13134.1658.1770
Hex86DF9B2801ED863a46
Octal206337233500361520672106
Binary1000011011011111100110111010000111101101100001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,155); }

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

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

 a { background-color: rgb(134,223,155); }

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

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

 span { border-color: rgb(134,223,155); }

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