Html Css Color HEX #9DC695 Spring Rain

📋 copy color: '#9DC695'

red 157 ◦ green 198 ◦ blue 149

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

Shades of Spring Rain #9DC695

Tints of Spring Rain #9DC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 31.15%
G = 39.29%
B = 29.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#9DC695 (or 0x9DC695) is known color: Spring Rain. HEX triplet: 9D, C6 and 95. RGB value is (157,198,149). Sum of RGB (Red+Green+Blue) = 157+198+149=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC695 is #62396A. Grayscale: #B4B4B4. Windows color (decimal): -6437227 or 9815709. OLE color: 9815709.

HSL color Cylindrical-coordinate representation of color #9DC695: hue angle of 110.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DC695 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 198 149 -
CMYK 0.21 0 0.25 0.22
HSL 110.2º 0.3% 0.68% -
HSV(B) 110.2º 0.25% 0.78% -
XYZ 39.52 49.73 35.95 -
YUV 180.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 157 198 149 0.21 0 0.25 0.22 110.2 0.3 0.68
Hex 9D C6 95 15 0 19 16 6E 1E 44
Octal 235 306 225 25 0 31 26 156 36 104
Binary 10011101 11000110 10010101 10101 0 11001 10110 1101110 11110 1000100

Color Harmonies of #9DC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC695

Black with #9DC695

Text Example


Text Example

White with #9DC695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,198,149); }

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

background-color css

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

 a { background-color: rgb(157,198,149); }

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

border-color css

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

 span { border-color: rgb(157,198,149); }

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