#8AAC37

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

Shades of Limerick #8AAC37

Tints of Limerick #8AAC37

Color information

#8AAC37 (or 0x8AAC37) is unknown color: approx Limerick. HEX triplet: 8A, AC and 37. RGB value is (138,172,55). Sum of RGB (Red+Green+Blue) = 138+172+55=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC37 is #7553C8. Grayscale: #949494. Windows color (decimal): -7689161 or 3648650. OLE color: 3648650.

HSL color Cylindrical-coordinate representation of color #8AAC37: hue angle of 77.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AAC37 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB13817255-
CMYK0.2000.680.33
HSL77.44º51.54%44.51%-
HSV(B)77.44º68.02%67.45%-
XYZ25.9235.189.04-
YUV148.575.24120.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 172 (67.58% from 255) = 47.12%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=37.81%
G=47.12%
B=15.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172550.2000.680.3377.4451.5444.51
Hex8AAC3714044214d342d
Octal21225467240104411156455
Binary100010101010110011011110100010001001000011001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,55); }

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

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

 a { background-color: rgb(138,172,55); }

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

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

 span { border-color: rgb(138,172,55); }

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