Html Css Color HEX #86E69F Light Green

📋 copy color: '#86E69F'

red 134 ◦ green 230 ◦ blue 159

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

Shades of Light Green #86E69F

Tints of Light Green #86E69F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.98%

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 25.62%
G = 43.98%
B = 30.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#86E69F (or 0x86E69F) is known color: Light Green. HEX triplet: 86, E6 and 9F. RGB value is (134,230,159). Sum of RGB (Red+Green+Blue) = 134+230+159=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #86E69F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E69F is #791960. Grayscale: #C1C1C1. Windows color (decimal): -7936353 or 10479238. OLE color: 10479238.

HSL color Cylindrical-coordinate representation of color #86E69F: hue angle of 135.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E69F is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 230 159 -
CMYK 0.42 0 0.31 0.10
HSL 135.63º 0.66% 0.71% -
HSV(B) 135.63º 0.42% 0.9% -
XYZ 44.39 64.17 42.85 -
YUV 193.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 134 230 159 0.42 0 0.31 0.10 135.63 0.66 0.71
Hex 86 E6 9F 2A 0 1F A 88 42 47
Octal 206 346 237 52 0 37 12 210 102 107
Binary 10000110 11100110 10011111 101010 0 11111 1010 10001000 1000010 1000111

Color Harmonies of #86E69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E69F

Black with #86E69F

Text Example


Text Example

White with #86E69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,230,159); }

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

background-color css

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

 a { background-color: rgb(134,230,159); }

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

border-color css

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

 span { border-color: rgb(134,230,159); }

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