#9DA350

Color #9DA350 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9DA350

Tints of Green Smoke #9DA350

Color information

#9DA350 (or 0x9DA350) is unknown color: approx Green Smoke. HEX triplet: 9D, A3 and 50. RGB value is (157,163,80). Sum of RGB (Red+Green+Blue) = 157+163+80=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA350 is #625CAF. Grayscale: #989898. Windows color (decimal): -6446256 or 5284765. OLE color: 5284765.

HSL color Cylindrical-coordinate representation of color #9DA350: hue angle of 64.34º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DA350 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB15716380-
CMYK0.0400.510.36
HSL64.34º34.16%47.65%-
HSV(B)64.34º50.92%63.92%-
XYZ28.4533.9412.64-
YUV151.7487.51131.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 80 (31.64% from 255) = 20%
R=39.25%
G=40.75%
B=20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157163800.0400.510.3664.3434.1647.65
Hex9DA350403324402230
Octal2352431204063441004260
Binary1001110110100011101000010001100111001001000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DA350;
 }
 .AnyTagClassName
 {
   color: #9DA350;
 }
</style>
background-color css

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

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

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

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

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

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