#86F09B

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

Shades of Light Green #86F09B

Tints of Light Green #86F09B

Color information

#86F09B (or 0x86F09B) is unknown color: approx Light Green. HEX triplet: 86, F0 and 9B. RGB value is (134,240,155). Sum of RGB (Red+Green+Blue) = 134+240+155=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #86F09B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F09B is #790F64. Grayscale: #C6C6C6. Windows color (decimal): -7933797 or 10219654. OLE color: 10219654.

HSL color Cylindrical-coordinate representation of color #86F09B: hue angle of 131.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F09B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB134240155-
CMYK0.4400.350.06
HSL131.89º77.94%73.33%-
HSV(B)131.89º44.17%94.12%-
XYZ46.9169.7642-
YUV198.62103.3881.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=25.33%
G=45.37%
B=29.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342401550.4400.350.06131.8977.9473.33
Hex86F09B2C0236844e49
Octal206360233540436204116111
Binary10000110111100001001101110110001000111101000010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,240,155); }

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

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

 a { background-color: rgb(134,240,155); }

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

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

 span { border-color: rgb(134,240,155); }

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