#95AA4E

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

Shades of Green Smoke #95AA4E

Tints of Green Smoke #95AA4E

Color information

#95AA4E (or 0x95AA4E) is unknown color: approx Green Smoke. HEX triplet: 95, AA and 4E. RGB value is (149,170,78). Sum of RGB (Red+Green+Blue) = 149+170+78=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA4E is #6A55B1. Grayscale: #999999. Windows color (decimal): -6968754 or 5155477. OLE color: 5155477.

HSL color Cylindrical-coordinate representation of color #95AA4E: hue angle of 73.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95AA4E is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB14917078-
CMYK0.1200.540.33
HSL73.7º37.1%48.63%-
HSV(B)73.7º54.12%66.67%-
XYZ28.1435.6912.61-
YUV153.2385.54124.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=37.53%
G=42.82%
B=19.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149170780.1200.540.3373.737.148.63
Hex95AA4EC036214a2531
Octal22525211614066411124561
Binary10010101101010101001110110001101101000011001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,78); }

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

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

 a { background-color: rgb(149,170,78); }

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

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

 span { border-color: rgb(149,170,78); }

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