#86F15F

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

Shades of Pastel Green #86F15F

Tints of Pastel Green #86F15F

Color information

#86F15F (or 0x86F15F) is unknown color: approx Pastel Green. HEX triplet: 86, F1 and 5F. RGB value is (134,241,95). Sum of RGB (Red+Green+Blue) = 134+241+95=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #86F15F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F15F is #790EA0. Grayscale: #C0C0C0. Windows color (decimal): -7933601 or 6287750. OLE color: 6287750.

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

Color convert

RGB13424195-
CMYK0.4400.610.05
HSL103.97º83.91%65.88%-
HSV(B)103.97º60.58%94.51%-
XYZ43.3568.8121.82-
YUV192.3673.0586.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 241 (94.53% from 255) = 51.28%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=28.51%
G=51.28%
B=20.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134241950.4400.610.05103.9783.9165.88
Hex86F15F2C03D5685442
Octal206361137540755150124102
Binary100001101111000110111111011000111101101110100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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