#9FC49B

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

Shades of Spring Rain #9FC49B

Tints of Spring Rain #9FC49B

Color information

#9FC49B (or 0x9FC49B) is unknown color: approx Spring Rain. HEX triplet: 9F, C4 and 9B. RGB value is (159,196,155). Sum of RGB (Red+Green+Blue) = 159+196+155=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC49B is #603B64. Grayscale: #B4B4B4. Windows color (decimal): -6306661 or 10208415. OLE color: 10208415.

HSL color Cylindrical-coordinate representation of color #9FC49B: hue angle of 114.15º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC49B is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB159196155-
CMYK0.1900.210.23
HSL114.15º25.79%68.82%-
HSV(B)114.15º20.92%76.86%-
XYZ39.9549.2238.4-
YUV180.26113.74112.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=31.18%
G=38.43%
B=30.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591961550.1900.210.23114.1525.7968.82
Hex9FC49B1301517721a45
Octal237304233230252716232105
Binary10011111110001001001101110011010101101111110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,155); }

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

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

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

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

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

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

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