#86E48A

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

Shades of Light Green #86E48A

Tints of Light Green #86E48A

Color information

#86E48A (or 0x86E48A) is unknown color: approx Light Green. HEX triplet: 86, E4 and 8A. RGB value is (134,228,138). Sum of RGB (Red+Green+Blue) = 134+228+138=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #86E48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E48A is #791B75. Grayscale: #BDBDBD. Windows color (decimal): -7936886 or 9102470. OLE color: 9102470.

HSL color Cylindrical-coordinate representation of color #86E48A: hue angle of 122.55º degrees, saturation: 0.64, 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 #86E48A is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB134228138-
CMYK0.4100.390.11
HSL122.55º63.51%70.98%-
HSV(B)122.55º41.23%89.41%-
XYZ42.1662.3933.87-
YUV189.6398.8688.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 228 (89.45% from 255) = 45.6%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=26.8%
G=45.6%
B=27.6%

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
Decimal1342281380.4100.390.11122.5563.5170.98
Hex86E48A29027B7b4047
Octal2063442125104713173100107
Binary10000110111001001000101010100101001111011111101110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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