#86DD96

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

Shades of Light Green #86DD96

Tints of Light Green #86DD96

Color information

#86DD96 (or 0x86DD96) is unknown color: approx Light Green. HEX triplet: 86, DD and 96. RGB value is (134,221,150). Sum of RGB (Red+Green+Blue) = 134+221+150=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD96 is #792269. Grayscale: #BBBBBB. Windows color (decimal): -7938666 or 9887110. OLE color: 9887110.

HSL color Cylindrical-coordinate representation of color #86DD96: hue angle of 131.03º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD96 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB134221150-
CMYK0.3900.320.13
HSL131.03º56.13%69.61%-
HSV(B)131.03º39.37%86.67%-
XYZ41.1958.9838.07-
YUV186.89107.1890.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=26.53%
G=43.76%
B=29.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211500.3900.320.13131.0356.1369.61
Hex86DD9627020D833846
Octal206335226470401520370106
Binary10000110110111011001011010011101000001101100000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,150); }

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

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

 a { background-color: rgb(134,221,150); }

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

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

 span { border-color: rgb(134,221,150); }

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