#95A25A

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

Shades of Green Smoke #95A25A

Tints of Green Smoke #95A25A

Color information

#95A25A (or 0x95A25A) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 5A. RGB value is (149,162,90). Sum of RGB (Red+Green+Blue) = 149+162+90=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #95A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A25A is #6A5DA5. Grayscale: #969696. Windows color (decimal): -6970790 or 5939861. OLE color: 5939861.

HSL color Cylindrical-coordinate representation of color #95A25A: hue angle of 70.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95A25A is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB14916290-
CMYK0.0800.440.36
HSL70.83º28.57%49.41%-
HSV(B)70.83º44.44%63.53%-
XYZ27.1632.9714.6-
YUV149.994.19127.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=37.16%
G=40.40%
B=22.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162900.0800.440.3670.8328.5749.41
Hex95A25A802C24471d31
Octal22524213210054441073561
Binary1001010110100010101101010000101100100100100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,90); }

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

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

 a { background-color: rgb(149,162,90); }

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

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

 span { border-color: rgb(149,162,90); }

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