#95AD64

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

Shades of Green Smoke #95AD64

Tints of Green Smoke #95AD64

Color information

#95AD64 (or 0x95AD64) is unknown color: approx Green Smoke. HEX triplet: 95, AD and 64. RGB value is (149,173,100). Sum of RGB (Red+Green+Blue) = 149+173+100=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD64 is #6A529B. Grayscale: #9D9D9D. Windows color (decimal): -6967964 or 6598037. OLE color: 6598037.

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

Color convert

RGB149173100-
CMYK0.1400.420.32
HSL79.73º30.8%53.53%-
HSV(B)79.73º42.2%67.84%-
XYZ29.6437.217.67-
YUV157.595.55121.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=35.31%
G=41.00%
B=23.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731000.1400.420.3279.7330.853.53
Hex95AD64E02A20501f36
Octal22525514416052401203766
Binary1001010110101101110010011100101010100000101000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,100); }

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

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

 a { background-color: rgb(149,173,100); }

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

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

 span { border-color: rgb(149,173,100); }

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