#A0A24E

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

Shades of Green Smoke #A0A24E

Tints of Green Smoke #A0A24E

Color information

#A0A24E (or 0xA0A24E) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 4E. RGB value is (160,162,78). Sum of RGB (Red+Green+Blue) = 160+162+78=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A24E is #5F5DB1. Grayscale: #989898. Windows color (decimal): -6249906 or 5153440. OLE color: 5153440.

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

Color convert

RGB16016278-
CMYK0.0100.520.36
HSL61.43º35%47.06%-
HSV(B)61.43º51.85%63.53%-
XYZ28.7933.8612.23-
YUV151.8386.34133.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=40%
G=40.5%
B=19.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162780.0100.520.3661.433547.06
HexA0A24E1034243d232f
Octal240242116106444754357
Binary1010000010100010100111010110100100100111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A24E; }

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

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

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

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

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

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

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

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