Html Css Color HEX #86EF16 Lawn Green

📋 copy color: '#86EF16'

red 134 ◦ green 239 ◦ blue 22

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

Shades of Lawn Green #86EF16

Tints of Lawn Green #86EF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.51%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 33.92%
G = 60.51%
B = 5.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#86EF16 (or 0x86EF16) is known color: Lawn Green. HEX triplet: 86, EF and 16. RGB value is (134,239,22). Sum of RGB (Red+Green+Blue) = 134+239+22=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 239 (93.75% from 255 or 60.51% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EF16 is #7910E9. Grayscale: #B7B7B7. Windows color (decimal): -7934186 or 1503110. OLE color: 1503110.

HSL color Cylindrical-coordinate representation of color #86EF16: hue angle of 89.03º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86EF16 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 22 -
CMYK 0.44 0 0.91 0.06
HSL 89.03º 0.87% 0.51% -
HSV(B) 89.03º 0.91% 0.94% -
XYZ 40.84 66.86 11.51 -
YUV 182.87 37.21 93.14 -
System Red Green Blue C M Y K H S L
Decimal 134 239 22 0.44 0 0.91 0.06 89.03 0.87 0.51
Hex 86 EF 16 2C 0 5B 6 59 57 33
Octal 206 357 26 54 0 133 6 131 127 63
Binary 10000110 11101111 10110 101100 0 1011011 110 1011001 1010111 110011

Color Harmonies of #86EF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF16

Black with #86EF16

Text Example


Text Example

White with #86EF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,239,22); }

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

background-color css

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

 a { background-color: rgb(134,239,22); }

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

border-color css

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

 span { border-color: rgb(134,239,22); }

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