Html Css Color HEX #86E27B Pastel Green

📋 copy color: '#86E27B'

red 134 ◦ green 226 ◦ blue 123

#86E27B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #86E27B

Tints of Pastel Green #86E27B

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 value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#86E27B (or 0x86E27B) is known color: 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

RGB 134 226 123 -
CMYK 0.41 0 0.46 0.11
HSL 113.59º 0.64% 0.68% -
HSV(B) 113.59º 0.46% 0.89% -
XYZ 40.6 60.89 28.35 -
YUV 186.75 92.02 90.38 -
System Red Green Blue C M Y K H S L
Decimal 134 226 123 0.41 0 0.46 0.11 113.59 0.64 0.68
Hex 86 E2 7B 29 0 2E B 72 40 44
Octal 206 342 173 51 0 56 13 162 100 104
Binary 10000110 11100010 1111011 101001 0 101110 1011 1110010 1000000 1000100

Color Harmonies of #86E27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E27B

Black with #86E27B

Text Example


Text Example

White with #86E27B

Text Example


Text Example

HTML Codes & Css Web 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>