#86E38B

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

Shades of Light Green #86E38B

Tints of Light Green #86E38B

Color information

#86E38B (or 0x86E38B) is unknown color: approx Light Green. HEX triplet: 86, E3 and 8B. RGB value is (134,227,139). Sum of RGB (Red+Green+Blue) = 134+227+139=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #86E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E38B is #791C74. Grayscale: #BDBDBD. Windows color (decimal): -7937141 or 9167750. OLE color: 9167750.

HSL color Cylindrical-coordinate representation of color #86E38B: hue angle of 123.23º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E38B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB134227139-
CMYK0.4100.390.11
HSL123.23º62.42%70.78%-
HSV(B)123.23º40.97%89.02%-
XYZ41.9661.8734.16-
YUV189.1699.6988.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 227 (89.06% from 255) = 45.4%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=26.8%
G=45.4%
B=27.8%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342271390.4100.390.11123.2362.4270.78
Hex86E38B29027B7b3e47
Octal206343213510471317376107
Binary1000011011100011100010111010010100111101111110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,139); }

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

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

 a { background-color: rgb(134,227,139); }

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

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

 span { border-color: rgb(134,227,139); }

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