Html Css Color HEX #9CAC50 Green Smoke

📋 copy color: '#9CAC50'

red 156 ◦ green 172 ◦ blue 80

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

Shades of Green Smoke #9CAC50

Tints of Green Smoke #9CAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 80 (31.64% from 255) = 19.61%

R = 38.24%
G = 42.16%
B = 19.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#9CAC50 (or 0x9CAC50) is known color: Green Smoke. HEX triplet: 9C, AC and 50. RGB value is (156,172,80). Sum of RGB (Red+Green+Blue) = 156+172+80=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC50 is #6353AF. Grayscale: #9D9D9D. Windows color (decimal): -6509488 or 5287068. OLE color: 5287068.

HSL color Cylindrical-coordinate representation of color #9CAC50: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CAC50 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 80 -
CMYK 0.09 0 0.53 0.33
HSL 70.43º 0.37% 0.49% -
HSV(B) 70.43º 0.53% 0.67% -
XYZ 29.91 37.15 13.18 -
YUV 156.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 156 172 80 0.09 0 0.53 0.33 70.43 0.37 0.49
Hex 9C AC 50 9 0 35 21 46 25 31
Octal 234 254 120 11 0 65 41 106 45 61
Binary 10011100 10101100 1010000 1001 0 110101 100001 1000110 100101 110001

Color Harmonies of #9CAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC50

Black with #9CAC50

Text Example


Text Example

White with #9CAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,80); }

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

background-color css

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

 a { background-color: rgb(156,172,80); }

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

border-color css

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

 span { border-color: rgb(156,172,80); }

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