#9FCC96

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

Shades of Spring Rain #9FCC96

Tints of Spring Rain #9FCC96

Color information

#9FCC96 (or 0x9FCC96) is unknown color: approx Spring Rain. HEX triplet: 9F, CC and 96. RGB value is (159,204,150). Sum of RGB (Red+Green+Blue) = 159+204+150=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC96 is #603369. Grayscale: #B8B8B8. Windows color (decimal): -6304618 or 9882783. OLE color: 9882783.

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

Color convert

RGB159204150-
CMYK0.2200.260.2
HSL110º34.62%69.41%-
HSV(B)110º26.47%80%-
XYZ41.452.7636.86-
YUV184.39108.59109.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=30.99%
G=39.77%
B=29.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1592041500.2200.260.211034.6269.41
Hex9FCC961601A146e2345
Octal237314226260322415643105
Binary100111111100110010010110101100110101010011011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,150); }

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

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

 a { background-color: rgb(159,204,150); }

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

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

 span { border-color: rgb(159,204,150); }

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