#9FCA9B

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

Shades of Spring Rain #9FCA9B

Tints of Spring Rain #9FCA9B

Color information

#9FCA9B (or 0x9FCA9B) is unknown color: approx Spring Rain. HEX triplet: 9F, CA and 9B. RGB value is (159,202,155). Sum of RGB (Red+Green+Blue) = 159+202+155=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA9B is #603564. Grayscale: #B7B7B7. Windows color (decimal): -6305125 or 10209951. OLE color: 10209951.

HSL color Cylindrical-coordinate representation of color #9FCA9B: hue angle of 114.89º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCA9B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB159202155-
CMYK0.2100.230.21
HSL114.89º30.72%70%-
HSV(B)114.89º23.27%79.22%-
XYZ41.3451.9838.86-
YUV183.79111.75110.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=30.81%
G=39.15%
B=30.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021550.2100.230.21114.8930.7270
Hex9FCA9B1501715731f46
Octal237312233250272516337106
Binary10011111110010101001101110101010111101011110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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