#9DC695

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

Shades of Spring Rain #9DC695

Tints of Spring Rain #9DC695

Color information

#9DC695 (or 0x9DC695) is unknown color: approx Spring Rain. HEX triplet: 9D, C6 and 95. RGB value is (157,198,149). Sum of RGB (Red+Green+Blue) = 157+198+149=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC695 is #62396A. Grayscale: #B4B4B4. Windows color (decimal): -6437227 or 9815709. OLE color: 9815709.

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

Color convert

RGB157198149-
CMYK0.2100.250.22
HSL110.2º30.06%68.04%-
HSV(B)110.2º24.75%77.65%-
XYZ39.5249.7335.95-
YUV180.15110.42111.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=31.15%
G=39.29%
B=29.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981490.2100.250.22110.230.0668.04
Hex9DC69515019166e1e44
Octal235306225250312615636104
Binary10011101110001101001010110101011001101101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,149); }

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

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

 a { background-color: rgb(157,198,149); }

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

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

 span { border-color: rgb(157,198,149); }

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