Html Css Color HEX #86F690 Light Green

📋 copy color: '#86F690'

red 134 ◦ green 246 ◦ blue 144

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

Shades of Light Green #86F690

Tints of Light Green #86F690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 25.57%
G = 46.95%
B = 27.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#86F690 (or 0x86F690) is known color: Light Green. HEX triplet: 86, F6 and 90. RGB value is (134,246,144). Sum of RGB (Red+Green+Blue) = 134+246+144=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #86F690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F690 is #79096F. Grayscale: #C9C9C9. Windows color (decimal): -7932272 or 9500294. OLE color: 9500294.

HSL color Cylindrical-coordinate representation of color #86F690: hue angle of 125.36º 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 #86F690 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 246 144 -
CMYK 0.46 0 0.41 0.04
HSL 125.36º 0.86% 0.75% -
HSV(B) 125.36º 0.46% 0.96% -
XYZ 47.82 72.99 37.95 -
YUV 200.88 95.89 80.29 -
System Red Green Blue C M Y K H S L
Decimal 134 246 144 0.46 0 0.41 0.04 125.36 0.86 0.75
Hex 86 F6 90 2E 0 29 4 7D 56 4B
Octal 206 366 220 56 0 51 4 175 126 113
Binary 10000110 11110110 10010000 101110 0 101001 100 1111101 1010110 1001011

Color Harmonies of #86F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F690

Black with #86F690

Text Example


Text Example

White with #86F690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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