#9FB09D

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

Shades of Spring Rain #9FB09D

Tints of Spring Rain #9FB09D

Color information

#9FB09D (or 0x9FB09D) is unknown color: approx Spring Rain. HEX triplet: 9F, B0 and 9D. RGB value is (159,176,157). Sum of RGB (Red+Green+Blue) = 159+176+157=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB09D is #604F62. Grayscale: #A8A8A8. Windows color (decimal): -6311779 or 10334367. OLE color: 10334367.

HSL color Cylindrical-coordinate representation of color #9FB09D: hue angle of 113.68º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9FB09D is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB159176157-
CMYK0.1000.110.31
HSL113.68º10.73%65.29%-
HSV(B)113.68º10.8%69.02%-
XYZ35.9140.8637.89-
YUV168.75121.37121.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=32.32%
G=35.77%
B=31.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761570.1000.110.31113.6810.7365.29
Hex9FB09DA0B1F72b41
Octal237260235120133716213101
Binary10011111101100001001110110100101111111111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,157); }

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

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

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

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

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

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

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