Html Css Color HEX #9DAC70 Green Smoke

📋 copy color: '#9DAC70'

red 157 ◦ green 172 ◦ blue 112

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

Shades of Green Smoke #9DAC70

Tints of Green Smoke #9DAC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 35.6%
G = 39%
B = 25.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#9DAC70 (or 0x9DAC70) is known color: Green Smoke. HEX triplet: 9D, AC and 70. RGB value is (157,172,112). Sum of RGB (Red+Green+Blue) = 157+172+112=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC70 is #62538F. Grayscale: #A0A0A0. Windows color (decimal): -6443920 or 7384221. OLE color: 7384221.

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

Color convert

RGB 157 172 112 -
CMYK 0.09 0 0.35 0.33
HSL 75º 0.27% 0.56% -
HSV(B) 75º 0.35% 0.67% -
XYZ 31.58 37.84 20.97 -
YUV 160.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 157 172 112 0.09 0 0.35 0.33 75 0.27 0.56
Hex 9D AC 70 9 0 23 21 4B 1B 38
Octal 235 254 160 11 0 43 41 113 33 70
Binary 10011101 10101100 1110000 1001 0 100011 100001 1001011 11011 111000

Color Harmonies of #9DAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC70

Black with #9DAC70

Text Example


Text Example

White with #9DAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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