#A0A250

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

Shades of Green Smoke #A0A250

Tints of Green Smoke #A0A250

Color information

#A0A250 (or 0xA0A250) is unknown color: approx Green Smoke. HEX triplet: A0, A2 and 50. RGB value is (160,162,80). Sum of RGB (Red+Green+Blue) = 160+162+80=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A250 is #5F5DAF. Grayscale: #989898. Windows color (decimal): -6249904 or 5284512. OLE color: 5284512.

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

Color convert

RGB16016280-
CMYK0.0100.510.36
HSL61.46º33.88%47.45%-
HSV(B)61.46º50.62%63.53%-
XYZ28.8733.8912.61-
YUV152.0587.34133.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=39.80%
G=40.30%
B=19.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162800.0100.510.3661.4633.8847.45
HexA0A2501033243d222f
Octal240242120106344754257
Binary1010000010100010101000010110011100100111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A250; }

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

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

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

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

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

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

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

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