#9CA45D

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

Shades of Green Smoke #9CA45D

Tints of Green Smoke #9CA45D

Color information

#9CA45D (or 0x9CA45D) is unknown color: approx Green Smoke. HEX triplet: 9C, A4 and 5D. RGB value is (156,164,93). Sum of RGB (Red+Green+Blue) = 156+164+93=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA45D is #635BA2. Grayscale: #999999. Windows color (decimal): -6511523 or 6136988. OLE color: 6136988.

HSL color Cylindrical-coordinate representation of color #9CA45D: hue angle of 66.76º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CA45D is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB15616493-
CMYK0.0500.430.36
HSL66.76º28.06%50.39%-
HSV(B)66.76º43.29%64.31%-
XYZ28.9634.4115.47-
YUV153.5193.85129.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=37.77%
G=39.71%
B=22.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156164930.0500.430.3666.7628.0650.39
Hex9CA45D502B24431c32
Octal2342441355053441033462
Binary100111001010010010111011010101011100100100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,93); }

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

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

 a { background-color: rgb(156,164,93); }

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

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

 span { border-color: rgb(156,164,93); }

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