#96AE63

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

Shades of Green Smoke #96AE63

Tints of Green Smoke #96AE63

Color information

#96AE63 (or 0x96AE63) is unknown color: approx Green Smoke. HEX triplet: 96, AE and 63. RGB value is (150,174,99). Sum of RGB (Red+Green+Blue) = 150+174+99=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE63 is #69519C. Grayscale: #9E9E9E. Windows color (decimal): -6902173 or 6532758. OLE color: 6532758.

HSL color Cylindrical-coordinate representation of color #96AE63: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96AE63 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB15017499-
CMYK0.1400.430.32
HSL79.2º31.65%53.53%-
HSV(B)79.2º43.1%68.24%-
XYZ29.9737.6617.49-
YUV158.2794.55122.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=35.46%
G=41.13%
B=23.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174990.1400.430.3279.231.6553.53
Hex96AE63E02B204f2036
Octal22625614316053401174066
Binary10010110101011101100011111001010111000001001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,99); }

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

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

 a { background-color: rgb(150,174,99); }

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

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

 span { border-color: rgb(150,174,99); }

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