Html Css Color HEX #9DA16B Green Smoke

📋 copy color: '#9DA16B'

red 157 ◦ green 161 ◦ blue 107

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

Shades of Green Smoke #9DA16B

Tints of Green Smoke #9DA16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 36.94%
G = 37.88%
B = 25.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#9DA16B (or 0x9DA16B) is known color: Green Smoke. HEX triplet: 9D, A1 and 6B. RGB value is (157,161,107). Sum of RGB (Red+Green+Blue) = 157+161+107=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA16B is #625E94. Grayscale: #999999. Windows color (decimal): -6446741 or 7053725. OLE color: 7053725.

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

Color convert

RGB 157 161 107 -
CMYK 0.02 0 0.34 0.37
HSL 64.44º 0.22% 0.53% -
HSV(B) 64.44º 0.34% 0.63% -
XYZ 29.3 33.72 18.87 -
YUV 153.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 157 161 107 0.02 0 0.34 0.37 64.44 0.22 0.53
Hex 9D A1 6B 2 0 22 25 40 16 35
Octal 235 241 153 2 0 42 45 100 26 65
Binary 10011101 10100001 1101011 10 0 100010 100101 1000000 10110 110101

Color Harmonies of #9DA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA16B

Black with #9DA16B

Text Example


Text Example

White with #9DA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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