#86F66E

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

Shades of Pastel Green #86F66E

Tints of Pastel Green #86F66E

Color information

#86F66E (or 0x86F66E) is unknown color: approx Pastel Green. HEX triplet: 86, F6 and 6E. RGB value is (134,246,110). Sum of RGB (Red+Green+Blue) = 134+246+110=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #86F66E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F66E is #790991. Grayscale: #C5C5C5. Windows color (decimal): -7932306 or 7272070. OLE color: 7272070.

HSL color Cylindrical-coordinate representation of color #86F66E: hue angle of 109.41º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86F66E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB134246110-
CMYK0.4600.550.04
HSL109.41º88.31%69.8%-
HSV(B)109.41º55.28%96.47%-
XYZ45.672.1126.27-
YUV197.0178.8983.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 246 (96.48% from 255) = 50.20%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=27.35%
G=50.20%
B=22.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342461100.4600.550.04109.4188.3169.8
Hex86F66E2E03746d5846
Octal206366156560674155130106
Binary100001101111011011011101011100110111100110110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,110); }

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

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

 a { background-color: rgb(134,246,110); }

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

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

 span { border-color: rgb(134,246,110); }

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