Html Css Color HEX #86DC0E Lawn Green

📋 copy color: '#86DC0E'

red 134 ◦ green 220 ◦ blue 14

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

Shades of Lawn Green #86DC0E

Tints of Lawn Green #86DC0E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.78%

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 36.41%
G = 59.78%
B = 3.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#86DC0E (or 0x86DC0E) is known color: Lawn Green. HEX triplet: 86, DC and 0E. RGB value is (134,220,14). Sum of RGB (Red+Green+Blue) = 134+220+14=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DC0E is #7923F1. Grayscale: #ABABAB. Windows color (decimal): -7939058 or 973958. OLE color: 973958.

HSL color Cylindrical-coordinate representation of color #86DC0E: hue angle of 85.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86DC0E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 14 -
CMYK 0.39 0 0.94 0.14
HSL 85.05º 0.88% 0.46% -
HSV(B) 85.05º 0.94% 0.86% -
XYZ 35.5 56.29 9.41 -
YUV 170.8 39.51 101.75 -
System Red Green Blue C M Y K H S L
Decimal 134 220 14 0.39 0 0.94 0.14 85.05 0.88 0.46
Hex 86 DC E 27 0 5E E 55 58 2E
Octal 206 334 16 47 0 136 16 125 130 56
Binary 10000110 11011100 1110 100111 0 1011110 1110 1010101 1011000 101110

Color Harmonies of #86DC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC0E

Black with #86DC0E

Text Example


Text Example

White with #86DC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,14); }

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

background-color css

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

 a { background-color: rgb(134,220,14); }

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

border-color css

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

 span { border-color: rgb(134,220,14); }

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