#86E27B

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

Shades of Pastel Green #86E27B

Tints of Pastel Green #86E27B

Color information

#86E27B (or 0x86E27B) is unknown color: approx Pastel Green. HEX triplet: 86, E2 and 7B. RGB value is (134,226,123). Sum of RGB (Red+Green+Blue) = 134+226+123=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #86E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E27B is #791D84. Grayscale: #BBBBBB. Windows color (decimal): -7937413 or 8118918. OLE color: 8118918.

HSL color Cylindrical-coordinate representation of color #86E27B: hue angle of 113.59º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86E27B is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB134226123-
CMYK0.4100.460.11
HSL113.59º63.98%68.43%-
HSV(B)113.59º45.58%88.63%-
XYZ40.660.8928.35-
YUV186.7592.0290.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 226 (88.67% from 255) = 46.79%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=27.74%
G=46.79%
B=25.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261230.4100.460.11113.5963.9868.43
Hex86E27B2902EB724044
Octal2063421735105613162100104
Binary1000011011100010111101110100101011101011111001010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,226,123); }

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

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

 a { background-color: rgb(134,226,123); }

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

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

 span { border-color: rgb(134,226,123); }

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