Html Css Color HEX #86EC1C Lawn Green

📋 copy color: '#86EC1C'

red 134 ◦ green 236 ◦ blue 28

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

Shades of Lawn Green #86EC1C

Tints of Lawn Green #86EC1C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 59.3%

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 33.67%
G = 59.3%
B = 7.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#86EC1C (or 0x86EC1C) is known color: Lawn Green. HEX triplet: 86, EC and 1C. RGB value is (134,236,28). Sum of RGB (Red+Green+Blue) = 134+236+28=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EC1C is #7913E3. Grayscale: #B6B6B6. Windows color (decimal): -7934948 or 1895558. OLE color: 1895558.

HSL color Cylindrical-coordinate representation of color #86EC1C: hue angle of 89.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86EC1C is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 236 28 -
CMYK 0.43 0 0.88 0.07
HSL 89.42º 0.85% 0.52% -
HSV(B) 89.42º 0.88% 0.93% -
XYZ 40.04 65.14 11.56 -
YUV 181.79 41.21 93.91 -
System Red Green Blue C M Y K H S L
Decimal 134 236 28 0.43 0 0.88 0.07 89.42 0.85 0.52
Hex 86 EC 1C 2B 0 58 7 59 55 34
Octal 206 354 34 53 0 130 7 131 125 64
Binary 10000110 11101100 11100 101011 0 1011000 111 1011001 1010101 110100

Color Harmonies of #86EC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EC1C

Black with #86EC1C

Text Example


Text Example

White with #86EC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,236,28); }

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

background-color css

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

 a { background-color: rgb(134,236,28); }

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

border-color css

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

 span { border-color: rgb(134,236,28); }

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