Html Css Color HEX #86E173 Pastel Green

📋 copy color: '#86E173'

red 134 ◦ green 225 ◦ blue 115

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

Shades of Pastel Green #86E173

Tints of Pastel Green #86E173

RGB

 RED value IS 134 (52.73% from 255) = 28.27%

 GREEN value IS 225 (88.28% from 255) = 47.47%

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 28.27%
G = 47.47%
B = 24.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#86E173 (or 0x86E173) is known color: Pastel Green. HEX triplet: 86, E1 and 73. RGB value is (134,225,115). Sum of RGB (Red+Green+Blue) = 134+225+115=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #86E173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E173 is #791E8C. Grayscale: #B9B9B9. Windows color (decimal): -7937677 or 7594374. OLE color: 7594374.

HSL color Cylindrical-coordinate representation of color #86E173: hue angle of 109.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86E173 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 115 -
CMYK 0.40 0 0.49 0.12
HSL 109.64º 0.65% 0.67% -
HSV(B) 109.64º 0.49% 0.88% -
XYZ 39.85 60.16 25.73 -
YUV 185.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 134 225 115 0.40 0 0.49 0.12 109.64 0.65 0.67
Hex 86 E1 73 28 0 31 C 6E 41 43
Octal 206 341 163 50 0 61 14 156 101 103
Binary 10000110 11100001 1110011 101000 0 110001 1100 1101110 1000001 1000011

Color Harmonies of #86E173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E173

Black with #86E173

Text Example


Text Example

White with #86E173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,115); }

 H1.HeaderClassName
 {
   color: #86E173;
 }
 .AnyTagClassName
 {
   color: #86E173;
 }
</style>

background-color css

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

 a { background-color: rgb(134,225,115); }

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

border-color css

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

 span { border-color: rgb(134,225,115); }

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