#8AAC19

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

Shades of Limerick #8AAC19

Tints of Limerick #8AAC19

Color information

#8AAC19 (or 0x8AAC19) is unknown color: approx Limerick. HEX triplet: 8A, AC and 19. RGB value is (138,172,25). Sum of RGB (Red+Green+Blue) = 138+172+25=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC19 is #7553E6. Grayscale: #919191. Windows color (decimal): -7689191 or 1682570. OLE color: 1682570.

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

Color convert

RGB13817225-
CMYK0.2000.850.33
HSL73.88º74.62%38.63%-
HSV(B)73.88º85.47%67.45%-
XYZ25.4134.986.33-
YUV145.0860.24122.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 25 (10.16% from 255) = 7.46%
R=41.19%
G=51.34%
B=7.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172250.2000.850.3373.8874.6238.63
Hex8AAC1914055214a4b27
Octal212254312401254111211347
Binary100010101010110011001101000101010110000110010101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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