#A0B04E

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

Shades of Green Smoke #A0B04E

Tints of Green Smoke #A0B04E

Color information

#A0B04E (or 0xA0B04E) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 4E. RGB value is (160,176,78). Sum of RGB (Red+Green+Blue) = 160+176+78=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B04E is #5F4FB1. Grayscale: #A0A0A0. Windows color (decimal): -6246322 or 5157024. OLE color: 5157024.

HSL color Cylindrical-coordinate representation of color #A0B04E: hue angle of 69.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0B04E is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB16017678-
CMYK0.0900.560.31
HSL69.8º38.58%49.8%-
HSV(B)69.8º55.68%69.02%-
XYZ31.439.0713.09-
YUV160.0481.7127.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=38.65%
G=42.51%
B=18.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176780.0900.560.3169.838.5849.8
HexA0B04E90381F462732
Octal24026011611070371064762
Binary1010000010110000100111010010111000111111000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B04E; }

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

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

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

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

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

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

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

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