#9DBF8F

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

Shades of Spring Rain #9DBF8F

Tints of Spring Rain #9DBF8F

Color information

#9DBF8F (or 0x9DBF8F) is unknown color: approx Spring Rain. HEX triplet: 9D, BF and 8F. RGB value is (157,191,143). Sum of RGB (Red+Green+Blue) = 157+191+143=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF8F is #624070. Grayscale: #AFAFAF. Windows color (decimal): -6439025 or 9420701. OLE color: 9420701.

HSL color Cylindrical-coordinate representation of color #9DBF8F: hue angle of 102.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DBF8F is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB157191143-
CMYK0.1800.250.25
HSL102.5º27.27%65.49%-
HSV(B)102.5º25.13%74.9%-
XYZ37.4946.4132.97-
YUV175.36109.74114.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=31.98%
G=38.90%
B=29.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911430.1800.250.25102.527.2765.49
Hex9DBF8F1201919661b41
Octal235277217220313114633101
Binary10011101101111111000111110010011001110011100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,143); }

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

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

 a { background-color: rgb(157,191,143); }

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

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

 span { border-color: rgb(157,191,143); }

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