#9FC694

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

Shades of Spring Rain #9FC694

Tints of Spring Rain #9FC694

Color information

#9FC694 (or 0x9FC694) is unknown color: approx Spring Rain. HEX triplet: 9F, C6 and 94. RGB value is (159,198,148). Sum of RGB (Red+Green+Blue) = 159+198+148=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC694 is #60396B. Grayscale: #B4B4B4. Windows color (decimal): -6306156 or 9750175. OLE color: 9750175.

HSL color Cylindrical-coordinate representation of color #9FC694: hue angle of 106.8º 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 #9FC694 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB159198148-
CMYK0.2000.250.22
HSL106.8º30.49%67.84%-
HSV(B)106.8º25.25%77.65%-
XYZ39.8449.935.55-
YUV180.64109.58112.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=31.49%
G=39.21%
B=29.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591981480.2000.250.22106.830.4967.84
Hex9FC69414019166b1e44
Octal237306224240312615336104
Binary10011111110001101001010010100011001101101101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,148); }

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

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

 a { background-color: rgb(159,198,148); }

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

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

 span { border-color: rgb(159,198,148); }

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