Html Css Color HEX #86F694 Light Green

📋 copy color: '#86F694'

red 134 ◦ green 246 ◦ blue 148

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

Shades of Light Green #86F694

Tints of Light Green #86F694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 25.38%
G = 46.59%
B = 28.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#86F694 (or 0x86F694) is known color: Light Green. HEX triplet: 86, F6 and 94. RGB value is (134,246,148). Sum of RGB (Red+Green+Blue) = 134+246+148=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #86F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F694 is #79096B. Grayscale: #C9C9C9. Windows color (decimal): -7932268 or 9762438. OLE color: 9762438.

HSL color Cylindrical-coordinate representation of color #86F694: hue angle of 127.5º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F694 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 246 148 -
CMYK 0.46 0 0.40 0.04
HSL 127.5º 0.86% 0.75% -
HSV(B) 127.5º 0.46% 0.96% -
XYZ 48.13 73.12 39.59 -
YUV 201.34 97.89 79.97 -
System Red Green Blue C M Y K H S L
Decimal 134 246 148 0.46 0 0.40 0.04 127.5 0.86 0.75
Hex 86 F6 94 2E 0 28 4 80 56 4B
Octal 206 366 224 56 0 50 4 200 126 113
Binary 10000110 11110110 10010100 101110 0 101000 100 10000000 1010110 1001011

Color Harmonies of #86F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F694

Black with #86F694

Text Example


Text Example

White with #86F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,246,148); }

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

background-color css

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

 a { background-color: rgb(134,246,148); }

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

border-color css

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

 span { border-color: rgb(134,246,148); }

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