#86E78A

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

Shades of Light Green #86E78A

Tints of Light Green #86E78A

Color information

#86E78A (or 0x86E78A) is unknown color: approx Light Green. HEX triplet: 86, E7 and 8A. RGB value is (134,231,138). Sum of RGB (Red+Green+Blue) = 134+231+138=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #86E78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E78A is #791875. Grayscale: #BFBFBF. Windows color (decimal): -7936118 or 9103238. OLE color: 9103238.

HSL color Cylindrical-coordinate representation of color #86E78A: hue angle of 122.47º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E78A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB134231138-
CMYK0.4200.400.09
HSL122.47º66.9%71.57%-
HSV(B)122.47º41.99%90.59%-
XYZ42.9964.0634.14-
YUV191.497.8687.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=26.64%
G=45.92%
B=27.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342311380.4200.400.09122.4766.971.57
Hex86E78A2A02897a4348
Octal2063472125205011172103110
Binary10000110111001111000101010101001010001001111101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,138); }

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

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

 a { background-color: rgb(134,231,138); }

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

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

 span { border-color: rgb(134,231,138); }

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