#96AE58

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

Shades of Green Smoke #96AE58

Tints of Green Smoke #96AE58

Color information

#96AE58 (or 0x96AE58) is unknown color: approx Green Smoke. HEX triplet: 96, AE and 58. RGB value is (150,174,88). Sum of RGB (Red+Green+Blue) = 150+174+88=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE58 is #6951A7. Grayscale: #9D9D9D. Windows color (decimal): -6902184 or 5811862. OLE color: 5811862.

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

Color convert

RGB15017488-
CMYK0.1400.490.32
HSL76.74º34.68%51.37%-
HSV(B)76.74º49.43%68.24%-
XYZ29.4837.4614.91-
YUV157.0289.05122.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=36.41%
G=42.23%
B=21.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174880.1400.490.3276.7434.6851.37
Hex96AE58E031204d2333
Octal22625613016061401154363
Binary10010110101011101011000111001100011000001001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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