Html Css Color HEX #86D90F Lawn Green

📋 copy color: '#86D90F'

red 134 ◦ green 217 ◦ blue 15

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

Shades of Lawn Green #86D90F

Tints of Lawn Green #86D90F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.29%

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 36.61%
G = 59.29%
B = 4.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#86D90F (or 0x86D90F) is known color: Lawn Green. HEX triplet: 86, D9 and 0F. RGB value is (134,217,15). Sum of RGB (Red+Green+Blue) = 134+217+15=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #86D90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D90F is #7926F0. Grayscale: #A9A9A9. Windows color (decimal): -7939825 or 1038726. OLE color: 1038726.

HSL color Cylindrical-coordinate representation of color #86D90F: hue angle of 84.65º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D90F is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 15 -
CMYK 0.38 0 0.93 0.15
HSL 84.65º 0.87% 0.45% -
HSV(B) 84.65º 0.93% 0.85% -
XYZ 34.73 54.73 9.19 -
YUV 169.16 41 102.93 -
System Red Green Blue C M Y K H S L
Decimal 134 217 15 0.38 0 0.93 0.15 84.65 0.87 0.45
Hex 86 D9 F 26 0 5D F 55 57 2D
Octal 206 331 17 46 0 135 17 125 127 55
Binary 10000110 11011001 1111 100110 0 1011101 1111 1010101 1010111 101101

Color Harmonies of #86D90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D90F

Black with #86D90F

Text Example


Text Example

White with #86D90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,15); }

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

background-color css

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

 a { background-color: rgb(134,217,15); }

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

border-color css

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

 span { border-color: rgb(134,217,15); }

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