#86e28a

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

Shades of Light Green #86E28A

Tints of Light Green #86E28A

Color information

#86E28A (or 0x86E28A) is unknown color: approx Light Green. HEX triplet: 86, E2 and 8A. RGB value is (134,226,138). Sum of RGB (Red+Green+Blue) = 134+226+138=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #86E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E28A is #791D75. Grayscale: #BCBCBC. Windows color (decimal): -7937398 or 9101958. OLE color: 9101958.

HSL color Cylindrical-coordinate representation of color #86E28A: hue angle of 122.61º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E28A is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB134226138-
CMYK0.4100.390.11
HSL122.61º61.33%70.59%-
HSV(B)122.61º40.71%88.63%-
XYZ41.6261.333.68-
YUV188.4699.5289.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 226 (88.67% from 255) = 45.38%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=26.91%
G=45.38%
B=27.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342261380.4100.390.11122.6161.3370.59
Hex86E28A29027B7b3d47
Octal206342212510471317375107
Binary1000011011100010100010101010010100111101111110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86e28a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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