#86E99E

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

Shades of Light Green #86E99E

Tints of Light Green #86E99E

Color information

#86E99E (or 0x86E99E) is unknown color: approx Light Green. HEX triplet: 86, E9 and 9E. RGB value is (134,233,158). Sum of RGB (Red+Green+Blue) = 134+233+158=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #86E99E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E99E is #791661. Grayscale: #C3C3C3. Windows color (decimal): -7935586 or 10414470. OLE color: 10414470.

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

Color convert

RGB134233158-
CMYK0.4200.320.09
HSL134.55º69.23%71.96%-
HSV(B)134.55º42.49%91.37%-
XYZ45.1465.8142.67-
YUV194.85107.284.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=25.52%
G=44.38%
B=30.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331580.4200.320.09134.5569.2371.96
Hex86E99E2A0209874548
Octal2063512365204011207105110
Binary100001101110100110011110101010010000010011000011110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,158); }

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

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

 a { background-color: rgb(134,233,158); }

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

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

 span { border-color: rgb(134,233,158); }

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