Html Css Color HEX #86FA91 Light Green

📋 copy color: '#86FA91'

red 134 ◦ green 250 ◦ blue 145

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

Shades of Light Green #86FA91

Tints of Light Green #86FA91

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.26%

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 25.33%
G = 47.26%
B = 27.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#86FA91 (or 0x86FA91) is known color: Light Green. HEX triplet: 86, FA and 91. RGB value is (134,250,145). Sum of RGB (Red+Green+Blue) = 134+250+145=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA91 is #79056E. Grayscale: #CBCBCB. Windows color (decimal): -7931247 or 9566854. OLE color: 9566854.

HSL color Cylindrical-coordinate representation of color #86FA91: hue angle of 125.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FA91 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 250 145 -
CMYK 0.46 0 0.42 0.02
HSL 125.69º 0.92% 0.75% -
HSV(B) 125.69º 0.46% 0.98% -
XYZ 49.13 75.48 38.77 -
YUV 203.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 134 250 145 0.46 0 0.42 0.02 125.69 0.92 0.75
Hex 86 FA 91 2E 0 2A 2 7E 5C 4B
Octal 206 372 221 56 0 52 2 176 134 113
Binary 10000110 11111010 10010001 101110 0 101010 10 1111110 1011100 1001011

Color Harmonies of #86FA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FA91

Black with #86FA91

Text Example


Text Example

White with #86FA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,250,145); }

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

background-color css

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

 a { background-color: rgb(134,250,145); }

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

border-color css

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

 span { border-color: rgb(134,250,145); }

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