Html Css Color HEX #86E18D Light Green

📋 copy color: '#86E18D'

red 134 ◦ green 225 ◦ blue 141

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

Shades of Light Green #86E18D

Tints of Light Green #86E18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 26.8%
G = 45%
B = 28.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#86E18D (or 0x86E18D) is known color: Light Green. HEX triplet: 86, E1 and 8D. RGB value is (134,225,141). Sum of RGB (Red+Green+Blue) = 134+225+141=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #86E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E18D is #791E72. Grayscale: #BCBCBC. Windows color (decimal): -7937651 or 9298310. OLE color: 9298310.

HSL color Cylindrical-coordinate representation of color #86E18D: hue angle of 124.62º 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 #86E18D is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 141 -
CMYK 0.40 0 0.37 0.12
HSL 124.62º 0.6% 0.7% -
HSV(B) 124.62º 0.4% 0.88% -
XYZ 41.56 60.84 34.75 -
YUV 188.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 134 225 141 0.40 0 0.37 0.12 124.62 0.6 0.7
Hex 86 E1 8D 28 0 25 C 7D 3C 46
Octal 206 341 215 50 0 45 14 175 74 106
Binary 10000110 11100001 10001101 101000 0 100101 1100 1111101 111100 1000110

Color Harmonies of #86E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E18D

Black with #86E18D

Text Example


Text Example

White with #86E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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