#9EF986

Color #9EF986 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9EF986

Tints of Pale Green #9EF986

Color information

#9EF986 (or 0x9EF986) is unknown color: approx Pale Green. HEX triplet: 9E, F9 and 86. RGB value is (158,249,134). Sum of RGB (Red+Green+Blue) = 158+249+134=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF986 is #610679. Grayscale: #D1D1D1. Windows color (decimal): -6358650 or 8845726. OLE color: 8845726.

HSL color Cylindrical-coordinate representation of color #9EF986: hue angle of 107.48º 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 #9EF986 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB158249134-
CMYK0.3700.460.02
HSL107.48º90.55%75.1%-
HSV(B)107.48º46.18%97.65%-
XYZ52.2876.7434.61-
YUV208.6885.8591.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=29.21%
G=46.03%
B=24.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582491340.3700.460.02107.4890.5575.1
Hex9EF9862502E26b5b4b
Octal236371206450562153133113
Binary100111101111100110000110100101010111010110101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF986; }

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

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

<style>
 a { background-color: #9EF986; }

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

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

<style>
 span { border-color: #9EF986; }

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

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