#9FCD95

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

Shades of Spring Rain #9FCD95

Tints of Spring Rain #9FCD95

Color information

#9FCD95 (or 0x9FCD95) is unknown color: approx Spring Rain. HEX triplet: 9F, CD and 95. RGB value is (159,205,149). Sum of RGB (Red+Green+Blue) = 159+205+149=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD95 is #60326A. Grayscale: #B9B9B9. Windows color (decimal): -6304363 or 9817503. OLE color: 9817503.

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

Color convert

RGB159205149-
CMYK0.2200.270.20
HSL109.29º35.9%69.41%-
HSV(B)109.29º27.32%80.39%-
XYZ41.5553.236.51-
YUV184.86107.76109.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=30.99%
G=39.96%
B=29.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051490.2200.270.20109.2935.969.41
Hex9FCD951601B146d2445
Octal237315225260332415544105
Binary100111111100110110010101101100110111010011011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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