Html Css Color HEX #86E693 Light Green

📋 copy color: '#86E693'

red 134 ◦ green 230 ◦ blue 147

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

Shades of Light Green #86E693

Tints of Light Green #86E693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.77%

R = 26.22%
G = 45.01%
B = 28.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#86E693 (or 0x86E693) is known color: Light Green. HEX triplet: 86, E6 and 93. RGB value is (134,230,147). Sum of RGB (Red+Green+Blue) = 134+230+147=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #86E693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E693 is #79196C. Grayscale: #C0C0C0. Windows color (decimal): -7936365 or 9692806. OLE color: 9692806.

HSL color Cylindrical-coordinate representation of color #86E693: hue angle of 128.12º 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 #86E693 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 230 147 -
CMYK 0.42 0 0.36 0.10
HSL 128.13º 0.66% 0.71% -
HSV(B) 128.13º 0.42% 0.9% -
XYZ 43.39 63.77 37.63 -
YUV 191.83 102.7 86.75 -
System Red Green Blue C M Y K H S L
Decimal 134 230 147 0.42 0 0.36 0.10 128.13 0.66 0.71
Hex 86 E6 93 2A 0 24 A 80 42 47
Octal 206 346 223 52 0 44 12 200 102 107
Binary 10000110 11100110 10010011 101010 0 100100 1010 10000000 1000010 1000111

Color Harmonies of #86E693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E693

Black with #86E693

Text Example


Text Example

White with #86E693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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