#86F188

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

Shades of Light Green #86F188

Tints of Light Green #86F188

Color information

#86F188 (or 0x86F188) is unknown color: approx Light Green. HEX triplet: 86, F1 and 88. RGB value is (134,241,136). Sum of RGB (Red+Green+Blue) = 134+241+136=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #86F188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F188 is #790E77. Grayscale: #C5C5C5. Windows color (decimal): -7933560 or 8974726. OLE color: 8974726.

HSL color Cylindrical-coordinate representation of color #86F188: hue angle of 121.12º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F188 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB134241136-
CMYK0.4400.440.05
HSL121.12º79.26%73.53%-
HSV(B)121.12º44.4%94.51%-
XYZ45.7369.7634.35-
YUV197.0493.5583.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=26.22%
G=47.16%
B=26.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342411360.4400.440.05121.1279.2673.53
Hex86F1882C02C5794f4a
Octal206361210540545171117112
Binary1000011011110001100010001011000101100101111100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,136); }

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

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

 a { background-color: rgb(134,241,136); }

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

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

 span { border-color: rgb(134,241,136); }

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