#9DC09C

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

Shades of Spring Rain #9DC09C

Tints of Spring Rain #9DC09C

Color information

#9DC09C (or 0x9DC09C) is unknown color: approx Spring Rain. HEX triplet: 9D, C0 and 9C. RGB value is (157,192,156). Sum of RGB (Red+Green+Blue) = 157+192+156=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC09C is #623F63. Grayscale: #B1B1B1. Windows color (decimal): -6438756 or 10272925. OLE color: 10272925.

HSL color Cylindrical-coordinate representation of color #9DC09C: hue angle of 118.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC09C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB157192156-
CMYK0.1800.190.25
HSL118.33º22.22%68.24%-
HSV(B)118.33º18.75%75.29%-
XYZ38.7647.2738.53-
YUV177.43115.9113.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=31.09%
G=38.02%
B=30.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921560.1800.190.25118.3322.2268.24
Hex9DC09C1201319761644
Octal235300234220233116626104
Binary10011101110000001001110010010010011110011110110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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