#86EA83

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

Shades of Light Green #86EA83

Tints of Light Green #86EA83

Color information

#86EA83 (or 0x86EA83) is unknown color: approx Light Green. HEX triplet: 86, EA and 83. RGB value is (134,234,131). Sum of RGB (Red+Green+Blue) = 134+234+131=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EA83 is #79157C. Grayscale: #C0C0C0. Windows color (decimal): -7935357 or 8645254. OLE color: 8645254.

HSL color Cylindrical-coordinate representation of color #86EA83: hue angle of 118.25º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EA83 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB134234131-
CMYK0.4300.440.08
HSL118.25º71.03%71.57%-
HSV(B)118.25º44.02%91.76%-
XYZ43.3565.5531.84-
YUV192.3693.3786.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=26.85%
G=46.89%
B=26.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342341310.4300.440.08118.2571.0371.57
Hex86EA832B02C8764748
Octal2063522035305410166107110
Binary10000110111010101000001110101101011001000111011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,234,131); }

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

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

 a { background-color: rgb(134,234,131); }

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

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

 span { border-color: rgb(134,234,131); }

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