Html Css Color HEX #9DAC64 Green Smoke

📋 copy color: '#9DAC64'

red 157 ◦ green 172 ◦ blue 100

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

Shades of Green Smoke #9DAC64

Tints of Green Smoke #9DAC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 36.6%
G = 40.09%
B = 23.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#9DAC64 (or 0x9DAC64) is known color: Green Smoke. HEX triplet: 9D, AC and 64. RGB value is (157,172,100). Sum of RGB (Red+Green+Blue) = 157+172+100=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC64 is #62539B. Grayscale: #9F9F9F. Windows color (decimal): -6443932 or 6597789. OLE color: 6597789.

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

Color convert

RGB 157 172 100 -
CMYK 0.09 0 0.42 0.33
HSL 72.5º 0.3% 0.53% -
HSV(B) 72.5º 0.42% 0.67% -
XYZ 30.96 37.59 17.68 -
YUV 159.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 157 172 100 0.09 0 0.42 0.33 72.5 0.3 0.53
Hex 9D AC 64 9 0 2A 21 48 1E 35
Octal 235 254 144 11 0 52 41 110 36 65
Binary 10011101 10101100 1100100 1001 0 101010 100001 1001000 11110 110101

Color Harmonies of #9DAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC64

Black with #9DAC64

Text Example


Text Example

White with #9DAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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