#9FB49F

Color #9FB49F Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FB49F

Tints of Spring Rain #9FB49F

Color information

#9FB49F (or 0x9FB49F) is unknown color: approx Spring Rain. HEX triplet: 9F, B4 and 9F. RGB value is (159,180,159). Sum of RGB (Red+Green+Blue) = 159+180+159=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB49F is #604B60. Grayscale: #ABABAB. Windows color (decimal): -6310753 or 10466463. OLE color: 10466463.

HSL color Cylindrical-coordinate representation of color #9FB49F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB49F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB159180159-
CMYK0.1200.120.29
HSL120º12.28%66.47%-
HSV(B)120º11.67%70.59%-
XYZ36.8842.5239.06-
YUV171.33121.04119.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=31.93%
G=36.14%
B=31.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801590.1200.120.2912012.2866.47
Hex9FB49FC0C1D78c42
Octal237264237140143517014102
Binary10011111101101001001111111000110011101111100011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,159); }

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

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

 a { background-color: rgb(159,180,159); }

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

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

 span { border-color: rgb(159,180,159); }

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