#A0B45E

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

Shades of Green Smoke #A0B45E

Tints of Green Smoke #A0B45E

Color information

#A0B45E (or 0xA0B45E) is unknown color: approx Green Smoke. HEX triplet: A0, B4 and 5E. RGB value is (160,180,94). Sum of RGB (Red+Green+Blue) = 160+180+94=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B45E is #5F4BA1. Grayscale: #A4A4A4. Windows color (decimal): -6245282 or 6206624. OLE color: 6206624.

HSL color Cylindrical-coordinate representation of color #A0B45E: hue angle of 73.95º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B45E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB16018094-
CMYK0.1100.480.29
HSL73.95º36.44%53.73%-
HSV(B)73.95º47.78%70.59%-
XYZ32.8440.9216.76-
YUV164.2288.37124.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=36.87%
G=41.47%
B=21.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180940.1100.480.2973.9536.4453.73
HexA0B45EB0301D4a2436
Octal24026413613060351124466
Binary1010000010110100101111010110110000111011001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B45E; }

 p { color: rgb(160,180,94); }

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

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

 a { background-color: rgb(160,180,94); }

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

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

 span { border-color: rgb(160,180,94); }

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