Html Css Color HEX #9DA14A Green Smoke

📋 copy color: '#9DA14A'

red 157 ◦ green 161 ◦ blue 74

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

Shades of Green Smoke #9DA14A

Tints of Green Smoke #9DA14A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 40.05%
G = 41.07%
B = 18.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#9DA14A (or 0x9DA14A) is known color: Green Smoke. HEX triplet: 9D, A1 and 4A. RGB value is (157,161,74). Sum of RGB (Red+Green+Blue) = 157+161+74=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA14A is #625EB5. Grayscale: #969696. Windows color (decimal): -6446774 or 4891037. OLE color: 4891037.

HSL color Cylindrical-coordinate representation of color #9DA14A: hue angle of 62.76º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DA14A is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 74 -
CMYK 0.02 0 0.54 0.37
HSL 62.76º 0.37% 0.46% -
HSV(B) 62.76º 0.54% 0.63% -
XYZ 27.89 33.15 11.41 -
YUV 149.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 157 161 74 0.02 0 0.54 0.37 62.76 0.37 0.46
Hex 9D A1 4A 2 0 36 25 3F 25 2E
Octal 235 241 112 2 0 66 45 77 45 56
Binary 10011101 10100001 1001010 10 0 110110 100101 111111 100101 101110

Color Harmonies of #9DA14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA14A

Black with #9DA14A

Text Example


Text Example

White with #9DA14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,161,74); }

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

background-color css

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

 a { background-color: rgb(157,161,74); }

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

border-color css

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

 span { border-color: rgb(157,161,74); }

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