#96AC4D

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

Shades of Green Smoke #96AC4D

Tints of Green Smoke #96AC4D

Color information

#96AC4D (or 0x96AC4D) is unknown color: approx Green Smoke. HEX triplet: 96, AC and 4D. RGB value is (150,172,77). Sum of RGB (Red+Green+Blue) = 150+172+77=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC4D is #6953B2. Grayscale: #9A9A9A. Windows color (decimal): -6902707 or 5090454. OLE color: 5090454.

HSL color Cylindrical-coordinate representation of color #96AC4D: hue angle of 73.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96AC4D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB15017277-
CMYK0.1300.550.33
HSL73.89º38.15%48.82%-
HSV(B)73.89º55.23%67.45%-
XYZ28.6736.5212.56-
YUV154.5984.21124.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=37.59%
G=43.11%
B=19.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172770.1300.550.3373.8938.1548.82
Hex96AC4DD037214a2631
Octal22625411515067411124661
Binary10010110101011001001101110101101111000011001010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AC4D; }

 p { color: rgb(150,172,77); }

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

<style>
 a { background-color: #96AC4D; }

 a { background-color: rgb(150,172,77); }

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

<style>
 span { border-color: #96AC4D; }

 span { border-color: rgb(150,172,77); }

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