#9FCA9C

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

Shades of Spring Rain #9FCA9C

Tints of Spring Rain #9FCA9C

Color information

#9FCA9C (or 0x9FCA9C) is unknown color: approx Spring Rain. HEX triplet: 9F, CA and 9C. RGB value is (159,202,156). Sum of RGB (Red+Green+Blue) = 159+202+156=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA9C is #603563. Grayscale: #B8B8B8. Windows color (decimal): -6305124 or 10275487. OLE color: 10275487.

HSL color Cylindrical-coordinate representation of color #9FCA9C: hue angle of 116.09º degrees, saturation: 0.3, 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 #9FCA9C is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB159202156-
CMYK0.2100.230.21
HSL116.09º30.26%70.2%-
HSV(B)116.09º22.77%79.22%-
XYZ41.4252.0139.31-
YUV183.9112.25110.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=30.75%
G=39.07%
B=30.17%

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
Decimal1592021560.2100.230.21116.0930.2670.2
Hex9FCA9C1501715741e46
Octal237312234250272516436106
Binary10011111110010101001110010101010111101011110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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