#86EF93

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

Shades of Light Green #86EF93

Tints of Light Green #86EF93

Color information

#86EF93 (or 0x86EF93) is unknown color: approx Light Green. HEX triplet: 86, EF and 93. RGB value is (134,239,147). Sum of RGB (Red+Green+Blue) = 134+239+147=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF93 is #79106C. Grayscale: #C5C5C5. Windows color (decimal): -7934061 or 9695110. OLE color: 9695110.

HSL color Cylindrical-coordinate representation of color #86EF93: hue angle of 127.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EF93 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB134239147-
CMYK0.4400.380.06
HSL127.43º76.64%73.14%-
HSV(B)127.43º43.93%93.73%-
XYZ45.9668.9138.48-
YUV197.1299.7182.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=25.77%
G=45.96%
B=28.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391470.4400.380.06127.4376.6473.14
Hex86EF932C02667f4d49
Octal206357223540466177115111
Binary1000011011101111100100111011000100110110111111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,147); }

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

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

 a { background-color: rgb(134,239,147); }

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

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

 span { border-color: rgb(134,239,147); }

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