#8DAC32

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

Shades of Limerick #8DAC32

Tints of Limerick #8DAC32

Color information

#8DAC32 (or 0x8DAC32) is unknown color: approx Limerick. HEX triplet: 8D, AC and 32. RGB value is (141,172,50). Sum of RGB (Red+Green+Blue) = 141+172+50=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC32 is #7253CD. Grayscale: #959595. Windows color (decimal): -7492558 or 3320973. OLE color: 3320973.

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

Color convert

RGB14117250-
CMYK0.1800.710.33
HSL75.25º54.95%43.53%-
HSV(B)75.25º70.93%67.45%-
XYZ26.3135.48.46-
YUV148.8272.23122.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=38.84%
G=47.38%
B=13.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172500.1800.710.3375.2554.9543.53
Hex8DAC3212047214b372c
Octal21525462220107411136754
Binary100011011010110011001010010010001111000011001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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