Html Css Color HEX #9DAC50 Green Smoke

📋 copy color: '#9DAC50'

red 157 ◦ green 172 ◦ blue 80

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

Shades of Green Smoke #9DAC50

Tints of Green Smoke #9DAC50

RGB

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

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

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

R = 38.39%
G = 42.05%
B = 19.56%

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

#9DAC50 (or 0x9DAC50) is known color: Green Smoke. HEX triplet: 9D, AC and 50. RGB value is (157,172,80). Sum of RGB (Red+Green+Blue) = 157+172+80=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC50 is #6253AF. Grayscale: #9D9D9D. Windows color (decimal): -6443952 or 5287069. OLE color: 5287069.

HSL color Cylindrical-coordinate representation of color #9DAC50: hue angle of 69.78º 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 #9DAC50 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 80 -
CMYK 0.09 0 0.53 0.33
HSL 69.78º 0.37% 0.49% -
HSV(B) 69.78º 0.53% 0.67% -
XYZ 30.11 37.25 13.19 -
YUV 157.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 157 172 80 0.09 0 0.53 0.33 69.78 0.37 0.49
Hex 9D AC 50 9 0 35 21 46 25 31
Octal 235 254 120 11 0 65 41 106 45 61
Binary 10011101 10101100 1010000 1001 0 110101 100001 1000110 100101 110001

Color Harmonies of #9DAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC50

Black with #9DAC50

Text Example


Text Example

White with #9DAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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