#9DCA94

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

Shades of Spring Rain #9DCA94

Tints of Spring Rain #9DCA94

Color information

#9DCA94 (or 0x9DCA94) is unknown color: approx Spring Rain. HEX triplet: 9D, CA and 94. RGB value is (157,202,148). Sum of RGB (Red+Green+Blue) = 157+202+148=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA94 is #62356B. Grayscale: #B6B6B6. Windows color (decimal): -6436204 or 9751197. OLE color: 9751197.

HSL color Cylindrical-coordinate representation of color #9DCA94: hue angle of 110º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DCA94 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB157202148-
CMYK0.2200.270.21
HSL110º33.75%68.63%-
HSV(B)110º26.73%79.22%-
XYZ40.3751.5535.84-
YUV182.39108.59109.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=30.97%
G=39.84%
B=29.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021480.2200.270.2111033.7568.63
Hex9DCA941601B156e2245
Octal235312224260332515642105
Binary100111011100101010010100101100110111010111011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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