#86E78B

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

Shades of Light Green #86E78B

Tints of Light Green #86E78B

Color information

#86E78B (or 0x86E78B) is unknown color: approx Light Green. HEX triplet: 86, E7 and 8B. RGB value is (134,231,139). Sum of RGB (Red+Green+Blue) = 134+231+139=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #86E78B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E78B is #791874. Grayscale: #BFBFBF. Windows color (decimal): -7936117 or 9168774. OLE color: 9168774.

HSL color Cylindrical-coordinate representation of color #86E78B: hue angle of 123.09º 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 #86E78B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB134231139-
CMYK0.4200.400.09
HSL123.09º66.9%71.57%-
HSV(B)123.09º41.99%90.59%-
XYZ43.0764.0834.53-
YUV191.5198.3686.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 231 (90.62% from 255) = 45.83%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=26.59%
G=45.83%
B=27.58%

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
Decimal1342311390.4200.400.09123.0966.971.57
Hex86E78B2A02897b4348
Octal2063472135205011173103110
Binary10000110111001111000101110101001010001001111101110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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