#86EBA2

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

Shades of Light Green #86EBA2

Tints of Light Green #86EBA2

Color information

#86EBA2 (or 0x86EBA2) is unknown color: approx Light Green. HEX triplet: 86, EB and A2. RGB value is (134,235,162). Sum of RGB (Red+Green+Blue) = 134+235+162=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EBA2 is #79145D. Grayscale: #C4C4C4. Windows color (decimal): -7935070 or 10677126. OLE color: 10677126.

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

Color convert

RGB134235162-
CMYK0.4300.310.08
HSL136.63º71.63%72.35%-
HSV(B)136.63º42.98%92.16%-
XYZ46.0667.0944.71-
YUV196.48108.5483.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=25.24%
G=44.26%
B=30.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351620.4300.310.08136.6371.6372.35
Hex86EBA22B01F8894848
Octal2063532425303710211110110
Binary10000110111010111010001010101101111110001000100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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