#9ECB94

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

Shades of Spring Rain #9ECB94

Tints of Spring Rain #9ECB94

Color information

#9ECB94 (or 0x9ECB94) is unknown color: approx Spring Rain. HEX triplet: 9E, CB and 94. RGB value is (158,203,148). Sum of RGB (Red+Green+Blue) = 158+203+148=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECB94 is #61346B. Grayscale: #B7B7B7. Windows color (decimal): -6370412 or 9751454. OLE color: 9751454.

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

Color convert

RGB158203148-
CMYK0.2200.270.20
HSL109.09º34.59%68.82%-
HSV(B)109.09º27.09%79.61%-
XYZ40.852.1235.93-
YUV183.27108.09109.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=31.04%
G=39.88%
B=29.08%

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
Decimal1582031480.2200.270.20109.0934.5968.82
Hex9ECB941601B146d2345
Octal236313224260332415543105
Binary100111101100101110010100101100110111010011011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,148); }

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

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

 a { background-color: rgb(158,203,148); }

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

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

 span { border-color: rgb(158,203,148); }

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