Html Css Color HEX #9CC495 Spring Rain

📋 copy color: '#9CC495'

red 156 ◦ green 196 ◦ blue 149

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

Shades of Spring Rain #9CC495

Tints of Spring Rain #9CC495

RGB

 RED value IS 156 (61.33% from 255) = 31.14%

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 31.14%
G = 39.12%
B = 29.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#9CC495 (or 0x9CC495) is known color: Spring Rain. HEX triplet: 9C, C4 and 95. RGB value is (156,196,149). Sum of RGB (Red+Green+Blue) = 156+196+149=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC495 is #633B6A. Grayscale: #B2B2B2. Windows color (decimal): -6503275 or 9815196. OLE color: 9815196.

HSL color Cylindrical-coordinate representation of color #9CC495: hue angle of 111.06º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CC495 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 196 149 -
CMYK 0.20 0 0.24 0.23
HSL 111.06º 0.28% 0.68% -
HSV(B) 111.06º 0.24% 0.77% -
XYZ 38.88 48.72 35.79 -
YUV 178.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 156 196 149 0.20 0 0.24 0.23 111.06 0.28 0.68
Hex 9C C4 95 14 0 18 17 6F 1C 44
Octal 234 304 225 24 0 30 27 157 34 104
Binary 10011100 11000100 10010101 10100 0 11000 10111 1101111 11100 1000100

Color Harmonies of #9CC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC495

Black with #9CC495

Text Example


Text Example

White with #9CC495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,196,149); }

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

background-color css

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

 a { background-color: rgb(156,196,149); }

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

border-color css

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

 span { border-color: rgb(156,196,149); }

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