#9DC295

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

Shades of Spring Rain #9DC295

Tints of Spring Rain #9DC295

Color information

#9DC295 (or 0x9DC295) is unknown color: approx Spring Rain. HEX triplet: 9D, C2 and 95. RGB value is (157,194,149). Sum of RGB (Red+Green+Blue) = 157+194+149=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC295 is #623D6A. Grayscale: #B1B1B1. Windows color (decimal): -6438251 or 9814685. OLE color: 9814685.

HSL color Cylindrical-coordinate representation of color #9DC295: hue angle of 109.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC295 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB157194149-
CMYK0.1900.230.24
HSL109.33º26.95%67.25%-
HSV(B)109.33º23.2%76.08%-
XYZ38.6247.9235.65-
YUV177.81111.74113.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=31.4%
G=38.8%
B=29.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941490.1900.230.24109.3326.9567.25
Hex9DC29513017186d1b43
Octal235302225230273015533103
Binary10011101110000101001010110011010111110001101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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