Html Css Color HEX #86E18C Light Green

📋 copy color: '#86E18C'

red 134 ◦ green 225 ◦ blue 140

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

Shades of Light Green #86E18C

Tints of Light Green #86E18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 26.85%
G = 45.09%
B = 28.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#86E18C (or 0x86E18C) is known color: Light Green. HEX triplet: 86, E1 and 8C. RGB value is (134,225,140). Sum of RGB (Red+Green+Blue) = 134+225+140=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #86E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E18C is #791E73. Grayscale: #BCBCBC. Windows color (decimal): -7937652 or 9232774. OLE color: 9232774.

HSL color Cylindrical-coordinate representation of color #86E18C: hue angle of 123.96º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E18C is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 140 -
CMYK 0.40 0 0.38 0.12
HSL 123.96º 0.6% 0.7% -
HSV(B) 123.96º 0.4% 0.88% -
XYZ 41.49 60.81 34.36 -
YUV 188.1 100.85 89.41 -
System Red Green Blue C M Y K H S L
Decimal 134 225 140 0.40 0 0.38 0.12 123.96 0.6 0.7
Hex 86 E1 8C 28 0 26 C 7C 3C 46
Octal 206 341 214 50 0 46 14 174 74 106
Binary 10000110 11100001 10001100 101000 0 100110 1100 1111100 111100 1000110

Color Harmonies of #86E18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E18C

Black with #86E18C

Text Example


Text Example

White with #86E18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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