#8AA72A

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

Shades of Limerick #8AA72A

Tints of Limerick #8AA72A

Color information

#8AA72A (or 0x8AA72A) is unknown color: approx Limerick. HEX triplet: 8A, A7 and 2A. RGB value is (138,167,42). Sum of RGB (Red+Green+Blue) = 138+167+42=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA72A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA72A is #7558D5. Grayscale: #909090. Windows color (decimal): -7690454 or 2795402. OLE color: 2795402.

HSL color Cylindrical-coordinate representation of color #8AA72A: hue angle of 73.92º degrees, saturation: 0.6, 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 #8AA72A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB13816742-
CMYK0.1700.750.35
HSL73.92º59.81%40.98%-
HSV(B)73.92º74.85%65.49%-
XYZ24.7233.217.3-
YUV144.0870.39123.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 167 (65.62% from 255) = 48.13%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=39.77%
G=48.13%
B=12.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167420.1700.750.3573.9259.8140.98
Hex8AA72A1104B234a3c29
Octal21224752210113431127451
Binary100010101010011110101010001010010111000111001010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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