#95AC5C

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

Shades of Green Smoke #95AC5C

Tints of Green Smoke #95AC5C

Color information

#95AC5C (or 0x95AC5C) is unknown color: approx Green Smoke. HEX triplet: 95, AC and 5C. RGB value is (149,172,92). Sum of RGB (Red+Green+Blue) = 149+172+92=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC5C is #6A53A3. Grayscale: #9C9C9C. Windows color (decimal): -6968228 or 6073493. OLE color: 6073493.

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

Color convert

RGB14917292-
CMYK0.1300.470.33
HSL77.25º32.52%51.76%-
HSV(B)77.25º46.51%67.45%-
XYZ29.0836.6715.67-
YUV15691.88123-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=36.08%
G=41.65%
B=22.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172920.1300.470.3377.2532.5251.76
Hex95AC5CD02F214d2134
Octal22525413415057411154164
Binary10010101101011001011100110101011111000011001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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