#86E98E

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

Shades of Light Green #86E98E

Tints of Light Green #86E98E

Color information

#86E98E (or 0x86E98E) is unknown color: approx Light Green. HEX triplet: 86, E9 and 8E. RGB value is (134,233,142). Sum of RGB (Red+Green+Blue) = 134+233+142=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #86E98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E98E is #791671. Grayscale: #C1C1C1. Windows color (decimal): -7935602 or 9365894. OLE color: 9365894.

HSL color Cylindrical-coordinate representation of color #86E98E: hue angle of 124.85º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E98E is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB134233142-
CMYK0.4200.390.09
HSL124.85º69.23%71.96%-
HSV(B)124.85º42.49%91.37%-
XYZ43.8565.335.88-
YUV193.0299.285.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=26.33%
G=45.78%
B=27.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331420.4200.390.09124.8569.2371.96
Hex86E98E2A02797d4548
Octal2063512165204711175105110
Binary10000110111010011000111010101001001111001111110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,142); }

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

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

 a { background-color: rgb(134,233,142); }

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

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

 span { border-color: rgb(134,233,142); }

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