#86F98A

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

Shades of Light Green #86F98A

Tints of Light Green #86F98A

Color information

#86F98A (or 0x86F98A) is unknown color: approx Light Green. HEX triplet: 86, F9 and 8A. RGB value is (134,249,138). Sum of RGB (Red+Green+Blue) = 134+249+138=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #86F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F98A is #790675. Grayscale: #CACACA. Windows color (decimal): -7931510 or 9107846. OLE color: 9107846.

HSL color Cylindrical-coordinate representation of color #86F98A: hue angle of 122.09º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F98A is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB134249138-
CMYK0.4600.450.02
HSL122.09º90.55%75.1%-
HSV(B)122.09º46.18%97.65%-
XYZ48.2974.6535.91-
YUV201.9691.979.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=25.72%
G=47.79%
B=26.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491380.4600.450.02122.0990.5575.1
Hex86F98A2E02D27a5b4b
Octal206371212560552172133113
Binary100001101111100110001010101110010110110111101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,138); }

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

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

 a { background-color: rgb(134,249,138); }

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

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

 span { border-color: rgb(134,249,138); }

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