Html Css Color HEX #86E07C Pastel Green

📋 copy color: '#86E07C'

red 134 ◦ green 224 ◦ blue 124

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

Shades of Pastel Green #86E07C

Tints of Pastel Green #86E07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 27.8%
G = 46.47%
B = 25.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#86E07C (or 0x86E07C) is known color: Pastel Green. HEX triplet: 86, E0 and 7C. RGB value is (134,224,124). Sum of RGB (Red+Green+Blue) = 134+224+124=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #86E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E07C is #791F83. Grayscale: #BABABA. Windows color (decimal): -7937924 or 8183942. OLE color: 8183942.

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

Color convert

RGB 134 224 124 -
CMYK 0.40 0 0.45 0.12
HSL 114º 0.62% 0.68% -
HSV(B) 114º 0.45% 0.88% -
XYZ 40.13 59.83 28.5 -
YUV 185.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 134 224 124 0.40 0 0.45 0.12 114 0.62 0.68
Hex 86 E0 7C 28 0 2D C 72 3E 44
Octal 206 340 174 50 0 55 14 162 76 104
Binary 10000110 11100000 1111100 101000 0 101101 1100 1110010 111110 1000100

Color Harmonies of #86E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E07C

Black with #86E07C

Text Example


Text Example

White with #86E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,224,124); }

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

background-color css

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

 a { background-color: rgb(134,224,124); }

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

border-color css

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

 span { border-color: rgb(134,224,124); }

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