Html Css Color HEX #86E26E Pastel Green

📋 copy color: '#86E26E'

red 134 ◦ green 226 ◦ blue 110

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

Shades of Pastel Green #86E26E

Tints of Pastel Green #86E26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.09%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 28.51%
G = 48.09%
B = 23.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#86E26E (or 0x86E26E) is known color: Pastel Green. HEX triplet: 86, E2 and 6E. RGB value is (134,226,110). Sum of RGB (Red+Green+Blue) = 134+226+110=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #86E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E26E is #791D91. Grayscale: #B9B9B9. Windows color (decimal): -7937426 or 7266950. OLE color: 7266950.

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

Color convert

RGB 134 226 110 -
CMYK 0.41 0 0.51 0.11
HSL 107.59º 0.67% 0.66% -
HSV(B) 107.59º 0.51% 0.89% -
XYZ 39.84 60.59 24.35 -
YUV 185.27 85.52 91.43 -
System Red Green Blue C M Y K H S L
Decimal 134 226 110 0.41 0 0.51 0.11 107.59 0.67 0.66
Hex 86 E2 6E 29 0 33 B 6C 43 42
Octal 206 342 156 51 0 63 13 154 103 102
Binary 10000110 11100010 1101110 101001 0 110011 1011 1101100 1000011 1000010

Color Harmonies of #86E26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E26E

Black with #86E26E

Text Example


Text Example

White with #86E26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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