#9EBF91

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

Shades of Spring Rain #9EBF91

Tints of Spring Rain #9EBF91

Color information

#9EBF91 (or 0x9EBF91) is unknown color: approx Spring Rain. HEX triplet: 9E, BF and 91. RGB value is (158,191,145). Sum of RGB (Red+Green+Blue) = 158+191+145=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF91 is #61406E. Grayscale: #B0B0B0. Windows color (decimal): -6373487 or 9551774. OLE color: 9551774.

HSL color Cylindrical-coordinate representation of color #9EBF91: hue angle of 103.04º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EBF91 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB158191145-
CMYK0.1700.240.25
HSL103.04º26.44%65.88%-
HSV(B)103.04º24.08%74.9%-
XYZ37.8446.5833.78-
YUV175.89110.57115.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=31.98%
G=38.66%
B=29.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911450.1700.240.25103.0426.4465.88
Hex9EBF911101819671a42
Octal236277221210303114732102
Binary10011110101111111001000110001011000110011100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,145); }

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

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

 a { background-color: rgb(158,191,145); }

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

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

 span { border-color: rgb(158,191,145); }

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