#86EEA4

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

Shades of Light Green #86EEA4

Tints of Light Green #86EEA4

Color information

#86EEA4 (or 0x86EEA4) is unknown color: approx Light Green. HEX triplet: 86, EE and A4. RGB value is (134,238,164). Sum of RGB (Red+Green+Blue) = 134+238+164=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EEA4 is #79115B. Grayscale: #C6C6C6. Windows color (decimal): -7934300 or 10808966. OLE color: 10808966.

HSL color Cylindrical-coordinate representation of color #86EEA4: hue angle of 137.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEA4 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB134238164-
CMYK0.4400.310.07
HSL137.31º75.36%72.94%-
HSV(B)137.31º43.7%93.33%-
XYZ47.1168.945.94-
YUV198.47108.5482.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=25%
G=44.40%
B=30.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342381640.4400.310.07137.3175.3672.94
Hex86EEA42C01F7894b49
Octal206356244540377211113111
Binary1000011011101110101001001011000111111111000100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,164); }

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

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

 a { background-color: rgb(134,238,164); }

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

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

 span { border-color: rgb(134,238,164); }

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