#8AA52A

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

Shades of Limerick #8AA52A

Tints of Limerick #8AA52A

Color information

#8AA52A (or 0x8AA52A) is unknown color: approx Limerick. HEX triplet: 8A, A5 and 2A. RGB value is (138,165,42). Sum of RGB (Red+Green+Blue) = 138+165+42=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA52A is #755AD5. Grayscale: #8F8F8F. Windows color (decimal): -7690966 or 2794890. OLE color: 2794890.

HSL color Cylindrical-coordinate representation of color #8AA52A: hue angle of 73.17º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AA52A is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB13816542-
CMYK0.1600.750.35
HSL73.17º59.42%40.59%-
HSV(B)73.17º74.55%64.71%-
XYZ24.3532.487.18-
YUV142.971.05124.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=40%
G=47.83%
B=12.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165420.1600.750.3573.1759.4240.59
Hex8AA52A1004B23493b29
Octal21224552200113431117351
Binary100010101010010110101010000010010111000111001001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA52A; }

 p { color: rgb(138,165,42); }

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

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

 a { background-color: rgb(138,165,42); }

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

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

 span { border-color: rgb(138,165,42); }

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