Html Css Color HEX #9DC096 Spring Rain

📋 copy color: '#9DC096'

red 157 ◦ green 192 ◦ blue 150

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

Shades of Spring Rain #9DC096

Tints of Spring Rain #9DC096

RGB

 RED value IS 157 (61.72% from 255) = 31.46%

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

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 31.46%
G = 38.48%
B = 30.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#9DC096 (or 0x9DC096) is known color: Spring Rain. HEX triplet: 9D, C0 and 96. RGB value is (157,192,150). Sum of RGB (Red+Green+Blue) = 157+192+150=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC096 is #623F69. Grayscale: #B0B0B0. Windows color (decimal): -6438762 or 9879709. OLE color: 9879709.

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

Color convert

RGB 157 192 150 -
CMYK 0.18 0 0.22 0.25
HSL 110º 0.25% 0.67% -
HSV(B) 110º 0.22% 0.75% -
XYZ 38.26 47.07 35.92 -
YUV 176.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 157 192 150 0.18 0 0.22 0.25 110 0.25 0.67
Hex 9D C0 96 12 0 16 19 6E 19 43
Octal 235 300 226 22 0 26 31 156 31 103
Binary 10011101 11000000 10010110 10010 0 10110 11001 1101110 11001 1000011

Color Harmonies of #9DC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC096

Black with #9DC096

Text Example


Text Example

White with #9DC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,150); }

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

background-color css

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

 a { background-color: rgb(157,192,150); }

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

border-color css

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

 span { border-color: rgb(157,192,150); }

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