#A0A25B

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

Shades of Green Smoke #A0A25B

Tints of Green Smoke #A0A25B

Color information

#A0A25B (or 0xA0A25B) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 5B. RGB value is (160,162,91). Sum of RGB (Red+Green+Blue) = 160+162+91=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A25B is #5F5DA4. Grayscale: #999999. Windows color (decimal): -6249893 or 6005408. OLE color: 6005408.

HSL color Cylindrical-coordinate representation of color #A0A25B: hue angle of 61.69º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A25B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16016291-
CMYK0.0100.440.36
HSL61.69º28.06%49.61%-
HSV(B)61.69º43.83%63.53%-
XYZ29.3134.0714.93-
YUV153.3192.84132.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=38.74%
G=39.23%
B=22.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162910.0100.440.3661.6928.0649.61
HexA0A25B102C243e1c32
Octal240242133105444763462
Binary101000001010001010110111010110010010011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A25B; }

 p { color: rgb(160,162,91); }

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

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

 a { background-color: rgb(160,162,91); }

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

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

 span { border-color: rgb(160,162,91); }

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