Html Css Color HEX #9DCA96 Spring Rain

📋 copy color: '#9DCA96'

red 157 ◦ green 202 ◦ blue 150

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

Shades of Spring Rain #9DCA96

Tints of Spring Rain #9DCA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.69%

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

R = 30.84%
G = 39.69%
B = 29.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#9DCA96 (or 0x9DCA96) is known color: Spring Rain. HEX triplet: 9D, CA and 96. RGB value is (157,202,150). Sum of RGB (Red+Green+Blue) = 157+202+150=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA96 is #623569. Grayscale: #B6B6B6. Windows color (decimal): -6436202 or 9882269. OLE color: 9882269.

HSL color Cylindrical-coordinate representation of color #9DCA96: hue angle of 111.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DCA96 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 150 -
CMYK 0.22 0 0.26 0.21
HSL 111.92º 0.33% 0.69% -
HSV(B) 111.92º 0.26% 0.79% -
XYZ 40.53 51.61 36.68 -
YUV 182.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 157 202 150 0.22 0 0.26 0.21 111.92 0.33 0.69
Hex 9D CA 96 16 0 1A 15 70 21 45
Octal 235 312 226 26 0 32 25 160 41 105
Binary 10011101 11001010 10010110 10110 0 11010 10101 1110000 100001 1000101

Color Harmonies of #9DCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCA96

Black with #9DCA96

Text Example


Text Example

White with #9DCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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