#9DCA9C

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

Shades of Spring Rain #9DCA9C

Tints of Spring Rain #9DCA9C

Color information

#9DCA9C (or 0x9DCA9C) is unknown color: approx Spring Rain. HEX triplet: 9D, CA and 9C. RGB value is (157,202,156). Sum of RGB (Red+Green+Blue) = 157+202+156=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA9C is #623563. Grayscale: #B7B7B7. Windows color (decimal): -6436196 or 10275485. OLE color: 10275485.

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

Color convert

RGB157202156-
CMYK0.2200.230.21
HSL118.7º30.26%70.2%-
HSV(B)118.7º22.77%79.22%-
XYZ41.0351.8139.29-
YUV183.3112.59109.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=30.49%
G=39.22%
B=30.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021560.2200.230.21118.730.2670.2
Hex9DCA9C1601715771e46
Octal235312234260272516736106
Binary10011101110010101001110010110010111101011110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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