#9DF986

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

Shades of Pale Green #9DF986

Tints of Pale Green #9DF986

Color information

#9DF986 (or 0x9DF986) is unknown color: approx Pale Green. HEX triplet: 9D, F9 and 86. RGB value is (157,249,134). Sum of RGB (Red+Green+Blue) = 157+249+134=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF986 is #620679. Grayscale: #D0D0D0. Windows color (decimal): -6424186 or 8845725. OLE color: 8845725.

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

Color convert

RGB157249134-
CMYK0.3700.460.02
HSL108º90.55%75.1%-
HSV(B)108º46.18%97.65%-
XYZ52.0876.6434.6-
YUV208.3886.0291.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=29.07%
G=46.11%
B=24.81%

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
Decimal1572491340.3700.460.0210890.5575.1
Hex9DF9862502E26c5b4b
Octal235371206450562154133113
Binary100111011111100110000110100101010111010110110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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