#8DAC1A

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

Shades of Limerick #8DAC1A

Tints of Limerick #8DAC1A

Color information

#8DAC1A (or 0x8DAC1A) is unknown color: approx Limerick. HEX triplet: 8D, AC and 1A. RGB value is (141,172,26). Sum of RGB (Red+Green+Blue) = 141+172+26=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC1A is #7253E5. Grayscale: #929292. Windows color (decimal): -7492582 or 1748109. OLE color: 1748109.

HSL color Cylindrical-coordinate representation of color #8DAC1A: hue angle of 72.74º degrees, saturation: 0.74, 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 #8DAC1A is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB14117226-
CMYK0.1800.850.33
HSL72.74º73.74%38.82%-
HSV(B)72.74º84.88%67.45%-
XYZ25.9235.246.41-
YUV146.0960.23124.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=41.59%
G=50.74%
B=7.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172260.1800.850.3372.7473.7438.82
Hex8DAC1A1205521494a27
Octal215254322201254111111247
Binary100011011010110011010100100101010110000110010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,26); }

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

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

 a { background-color: rgb(141,172,26); }

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

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

 span { border-color: rgb(141,172,26); }

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