#86EB0A

Color #86EB0A Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #86EB0A

Tints of Lawn Green #86EB0A

Color information

#86EB0A (or 0x86EB0A) is unknown color: approx Lawn Green. HEX triplet: 86, EB and 0A. RGB value is (134,235,10). Sum of RGB (Red+Green+Blue) = 134+235+10=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 235 (92.19% from 255 or 62.01% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EB0A is #7914F5. Grayscale: #B3B3B3. Windows color (decimal): -7935222 or 715654. OLE color: 715654.

HSL color Cylindrical-coordinate representation of color #86EB0A: hue angle of 86.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86EB0A is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB13423510-
CMYK0.4300.960.08
HSL86.93º91.84%48.04%-
HSV(B)86.93º95.74%92.16%-
XYZ39.5964.5110.65-
YUV179.1532.5495.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 235 (92.19% from 255) = 62.01%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=35.36%
G=62.01%
B=2.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134235100.4300.960.0886.9391.8448.04
Hex86EBA2B0608575c30
Octal206353125301401012713460
Binary1000011011101011101010101101100000100010101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,10); }

 H1.HeaderClassName
 {
   color: #86EB0A;
 }
 .AnyTagClassName
 {
   color: #86EB0A;
 }
</style>
background-color css

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

 a { background-color: rgb(134,235,10); }

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

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

 span { border-color: rgb(134,235,10); }

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