#95AC60

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

Shades of Green Smoke #95AC60

Tints of Green Smoke #95AC60

Color information

#95AC60 (or 0x95AC60) is unknown color: approx Green Smoke. HEX triplet: 95, AC and 60. RGB value is (149,172,96). Sum of RGB (Red+Green+Blue) = 149+172+96=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC60 is #6A539F. Grayscale: #9C9C9C. Windows color (decimal): -6968224 or 6335637. OLE color: 6335637.

HSL color Cylindrical-coordinate representation of color #95AC60: hue angle of 78.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95AC60 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB14917296-
CMYK0.1300.440.33
HSL78.16º31.4%52.55%-
HSV(B)78.16º44.19%67.45%-
XYZ29.2636.7416.62-
YUV156.4693.88122.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=35.73%
G=41.25%
B=23.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172960.1300.440.3378.1631.452.55
Hex95AC60D02C214e1f35
Octal22525414015054411163765
Binary1001010110101100110000011010101100100001100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AC60; }

 p { color: rgb(149,172,96); }

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

<style>
 a { background-color: #95AC60; }

 a { background-color: rgb(149,172,96); }

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

<style>
 span { border-color: #95AC60; }

 span { border-color: rgb(149,172,96); }

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