#8DAC21

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

Shades of Limerick #8DAC21

Tints of Limerick #8DAC21

Color information

#8DAC21 (or 0x8DAC21) is unknown color: approx Limerick. HEX triplet: 8D, AC and 21. RGB value is (141,172,33). Sum of RGB (Red+Green+Blue) = 141+172+33=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC21 is #7253DE. Grayscale: #939393. Windows color (decimal): -7492575 or 2206861. OLE color: 2206861.

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

Color convert

RGB14117233-
CMYK0.1800.810.33
HSL73.38º67.8%40.2%-
HSV(B)73.38º80.81%67.45%-
XYZ26.0135.286.88-
YUV146.8863.73123.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=40.75%
G=49.71%
B=9.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172330.1800.810.3373.3867.840.2
Hex8DAC211205121494428
Octal215254412201214111110450
Binary1000110110101100100001100100101000110000110010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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