#9FC295

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

Shades of Spring Rain #9FC295

Tints of Spring Rain #9FC295

Color information

#9FC295 (or 0x9FC295) is unknown color: approx Spring Rain. HEX triplet: 9F, C2 and 95. RGB value is (159,194,149). Sum of RGB (Red+Green+Blue) = 159+194+149=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC295 is #603D6A. Grayscale: #B2B2B2. Windows color (decimal): -6307179 or 9814687. OLE color: 9814687.

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

Color convert

RGB159194149-
CMYK0.1800.230.24
HSL106.67º26.95%67.25%-
HSV(B)106.67º23.2%76.08%-
XYZ39.0148.1235.67-
YUV178.4111.4114.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 194 (76.17% from 255) = 38.65%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=31.67%
G=38.65%
B=29.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941490.1800.230.24106.6726.9567.25
Hex9FC29512017186b1b43
Octal237302225220273015333103
Binary10011111110000101001010110010010111110001101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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