#8CAC41

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

Shades of Limerick #8CAC41

Tints of Limerick #8CAC41

Color information

#8CAC41 (or 0x8CAC41) is unknown color: approx Limerick. HEX triplet: 8C, AC and 41. RGB value is (140,172,65). Sum of RGB (Red+Green+Blue) = 140+172+65=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC41 is #7353BE. Grayscale: #969696. Windows color (decimal): -7558079 or 4304012. OLE color: 4304012.

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

Color convert

RGB14017265-
CMYK0.1900.620.33
HSL77.94º45.15%46.47%-
HSV(B)77.94º62.21%67.45%-
XYZ26.5235.4610.45-
YUV150.2379.9120.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=37.14%
G=45.62%
B=17.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140172650.1900.620.3377.9445.1546.47
Hex8CAC411303E214e2d2e
Octal21425410123076411165556
Binary100011001010110010000011001101111101000011001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,172,65); }

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

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

 a { background-color: rgb(140,172,65); }

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

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

 span { border-color: rgb(140,172,65); }

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