#8DA52C

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

Shades of Limerick #8DA52C

Tints of Limerick #8DA52C

Color information

#8DA52C (or 0x8DA52C) is unknown color: approx Limerick. HEX triplet: 8D, A5 and 2C. RGB value is (141,165,44). Sum of RGB (Red+Green+Blue) = 141+165+44=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA52C is #725AD3. Grayscale: #909090. Windows color (decimal): -7494356 or 2925965. OLE color: 2925965.

HSL color Cylindrical-coordinate representation of color #8DA52C: hue angle of 71.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DA52C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB14116544-
CMYK0.1500.730.35
HSL71.9º57.89%40.98%-
HSV(B)71.9º73.33%64.71%-
XYZ24.8932.757.39-
YUV144.0371.55125.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=40.29%
G=47.14%
B=12.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141165440.1500.730.3571.957.8940.98
Hex8DA52CF04923483a29
Octal21524554170111431107251
Binary10001101101001011011001111010010011000111001000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,44); }

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

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

 a { background-color: rgb(141,165,44); }

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

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

 span { border-color: rgb(141,165,44); }

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