#9FB59F

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

Shades of Spring Rain #9FB59F

Tints of Spring Rain #9FB59F

Color information

#9FB59F (or 0x9FB59F) is unknown color: approx Spring Rain. HEX triplet: 9F, B5 and 9F. RGB value is (159,181,159). Sum of RGB (Red+Green+Blue) = 159+181+159=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB59F is #604A60. Grayscale: #ABABAB. Windows color (decimal): -6310497 or 10466719. OLE color: 10466719.

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

Color convert

RGB159181159-
CMYK0.1200.120.29
HSL120º12.94%66.67%-
HSV(B)120º12.15%70.98%-
XYZ37.0842.9239.13-
YUV171.91120.71118.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=31.86%
G=36.27%
B=31.86%

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
Decimal1591811590.1200.120.2912012.9466.67
Hex9FB59FC0C1D78d43
Octal237265237140143517015103
Binary10011111101101011001111111000110011101111100011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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