#8AAC40

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

Shades of Limerick #8AAC40

Tints of Limerick #8AAC40

Color information

#8AAC40 (or 0x8AAC40) is unknown color: approx Limerick. HEX triplet: 8A, AC and 40. RGB value is (138,172,64). Sum of RGB (Red+Green+Blue) = 138+172+64=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC40 is #7553BF. Grayscale: #959595. Windows color (decimal): -7689152 or 4238474. OLE color: 4238474.

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

Color convert

RGB13817264-
CMYK0.2000.630.33
HSL78.89º45.76%46.27%-
HSV(B)78.89º62.79%67.45%-
XYZ26.1635.2810.28-
YUV149.5279.74119.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=36.90%
G=45.99%
B=17.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172640.2000.630.3378.8945.7646.27
Hex8AAC401403F214f2e2e
Octal21225410024077411175656
Binary100010101010110010000001010001111111000011001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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