Html Css Color HEX #9EC094 Spring Rain

📋 copy color: '#9EC094'

red 158 ◦ green 192 ◦ blue 148

#9EC094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9EC094

Tints of Spring Rain #9EC094

RGB

 RED value IS 158 (62.11% from 255) = 31.73%

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 148 (58.2% from 255) = 29.72%

R = 31.73%
G = 38.55%
B = 29.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#9EC094 (or 0x9EC094) is known color: Spring Rain. HEX triplet: 9E, C0 and 94. RGB value is (158,192,148). Sum of RGB (Red+Green+Blue) = 158+192+148=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC094 is #613F6B. Grayscale: #B0B0B0. Windows color (decimal): -6373228 or 9748638. OLE color: 9748638.

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

Color convert

RGB 158 192 148 -
CMYK 0.18 0 0.23 0.25
HSL 106.36º 0.26% 0.67% -
HSV(B) 106.36º 0.23% 0.75% -
XYZ 38.3 47.11 35.09 -
YUV 176.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 158 192 148 0.18 0 0.23 0.25 106.36 0.26 0.67
Hex 9E C0 94 12 0 17 19 6A 1A 43
Octal 236 300 224 22 0 27 31 152 32 103
Binary 10011110 11000000 10010100 10010 0 10111 11001 1101010 11010 1000011

Color Harmonies of #9EC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC094

Black with #9EC094

Text Example


Text Example

White with #9EC094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC094;
 }
 .AnyTagClassName
 {
   color: #9EC094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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