Html Css Color HEX #86F112 Lawn Green

📋 copy color: '#86F112'

red 134 ◦ green 241 ◦ blue 18

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

Shades of Lawn Green #86F112

Tints of Lawn Green #86F112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.32%

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 34.1%
G = 61.32%
B = 4.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#86F112 (or 0x86F112) is known color: Lawn Green. HEX triplet: 86, F1 and 12. RGB value is (134,241,18). Sum of RGB (Red+Green+Blue) = 134+241+18=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #86F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F112 is #790EED. Grayscale: #B8B8B8. Windows color (decimal): -7933678 or 1241478. OLE color: 1241478.

HSL color Cylindrical-coordinate representation of color #86F112: hue angle of 88.79º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86F112 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 241 18 -
CMYK 0.44 0 0.93 0.05
HSL 88.79º 0.89% 0.51% -
HSV(B) 88.79º 0.93% 0.95% -
XYZ 41.4 68.02 11.52 -
YUV 183.59 34.55 92.63 -
System Red Green Blue C M Y K H S L
Decimal 134 241 18 0.44 0 0.93 0.05 88.79 0.89 0.51
Hex 86 F1 12 2C 0 5D 5 59 59 33
Octal 206 361 22 54 0 135 5 131 131 63
Binary 10000110 11110001 10010 101100 0 1011101 101 1011001 1011001 110011

Color Harmonies of #86F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F112

Black with #86F112

Text Example


Text Example

White with #86F112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,241,18); }

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

background-color css

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

 a { background-color: rgb(134,241,18); }

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

border-color css

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

 span { border-color: rgb(134,241,18); }

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