#A0AC2D

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

Shades of Limerick #A0AC2D

Tints of Limerick #A0AC2D

Color information

#A0AC2D (or 0xA0AC2D) is unknown color: approx Limerick. HEX triplet: A0, AC and 2D. RGB value is (160,172,45). Sum of RGB (Red+Green+Blue) = 160+172+45=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC2D is #5F53D2. Grayscale: #9A9A9A. Windows color (decimal): -6247379 or 2993312. OLE color: 2993312.

HSL color Cylindrical-coordinate representation of color #A0AC2D: hue angle of 65.67º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0AC2D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16017245-
CMYK0.0700.740.33
HSL65.67º58.53%42.55%-
HSV(B)65.67º73.84%67.45%-
XYZ29.7237.178.09-
YUV153.9366.52132.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=42.44%
G=45.62%
B=11.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172450.0700.740.3365.6758.5342.55
HexA0AC2D704A21423b2b
Octal2402545570112411027353
Binary1010000010101100101101111010010101000011000010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC2D; }

 p { color: rgb(160,172,45); }

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

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

 a { background-color: rgb(160,172,45); }

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

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

 span { border-color: rgb(160,172,45); }

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