#86E68F

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

Shades of Light Green #86E68F

Tints of Light Green #86E68F

Color information

#86E68F (or 0x86E68F) is unknown color: approx Light Green. HEX triplet: 86, E6 and 8F. RGB value is (134,230,143). Sum of RGB (Red+Green+Blue) = 134+230+143=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #86E68F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E68F is #791970. Grayscale: #BFBFBF. Windows color (decimal): -7936369 or 9430662. OLE color: 9430662.

HSL color Cylindrical-coordinate representation of color #86E68F: hue angle of 125.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E68F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB134230143-
CMYK0.4200.380.10
HSL125.62º65.75%71.37%-
HSV(B)125.62º41.74%90.2%-
XYZ43.0963.6536-
YUV191.38100.787.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 230 (90.23% from 255) = 45.36%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=26.43%
G=45.36%
B=28.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342301430.4200.380.10125.6265.7571.37
Hex86E68F2A026A7e4247
Octal2063462175204612176102107
Binary10000110111001101000111110101001001101010111111010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,230,143); }

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

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

 a { background-color: rgb(134,230,143); }

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

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

 span { border-color: rgb(134,230,143); }

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