#86EB99

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

Shades of Light Green #86EB99

Tints of Light Green #86EB99

Color information

#86EB99 (or 0x86EB99) is unknown color: approx Light Green. HEX triplet: 86, EB and 99. RGB value is (134,235,153). Sum of RGB (Red+Green+Blue) = 134+235+153=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB99 is #791466. Grayscale: #C3C3C3. Windows color (decimal): -7935079 or 10087302. OLE color: 10087302.

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

Color convert

RGB134235153-
CMYK0.4300.350.08
HSL131.29º71.63%72.35%-
HSV(B)131.29º42.98%92.16%-
XYZ45.2966.7840.64-
YUV195.45104.0484.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=25.67%
G=45.02%
B=29.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351530.4300.350.08131.2971.6372.35
Hex86EB992B0238834848
Octal2063532315304310203110110
Binary100001101110101110011001101011010001110001000001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,153); }

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

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

 a { background-color: rgb(134,235,153); }

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

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

 span { border-color: rgb(134,235,153); }

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