Html Css Color HEX #86E86A Pastel Green

📋 copy color: '#86E86A'

red 134 ◦ green 232 ◦ blue 106

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

Shades of Pastel Green #86E86A

Tints of Pastel Green #86E86A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.15%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 28.39%
G = 49.15%
B = 22.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#86E86A (or 0x86E86A) is known color: Pastel Green. HEX triplet: 86, E8 and 6A. RGB value is (134,232,106). Sum of RGB (Red+Green+Blue) = 134+232+106=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #86E86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E86A is #791795. Grayscale: #BCBCBC. Windows color (decimal): -7935894 or 7006342. OLE color: 7006342.

HSL color Cylindrical-coordinate representation of color #86E86A: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86E86A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 232 106 -
CMYK 0.42 0 0.54 0.09
HSL 106.67º 0.73% 0.66% -
HSV(B) 106.67º 0.54% 0.91% -
XYZ 41.29 63.82 23.78 -
YUV 188.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 134 232 106 0.42 0 0.54 0.09 106.67 0.73 0.66
Hex 86 E8 6A 2A 0 36 9 6B 49 42
Octal 206 350 152 52 0 66 11 153 111 102
Binary 10000110 11101000 1101010 101010 0 110110 1001 1101011 1001001 1000010

Color Harmonies of #86E86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E86A

Black with #86E86A

Text Example


Text Example

White with #86E86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,232,106); }

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

background-color css

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

 a { background-color: rgb(134,232,106); }

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

border-color css

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

 span { border-color: rgb(134,232,106); }

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