#8DA22A

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

Shades of Limerick #8DA22A

Tints of Limerick #8DA22A

Color information

#8DA22A (or 0x8DA22A) is unknown color: approx Limerick. HEX triplet: 8D, A2 and 2A. RGB value is (141,162,42). Sum of RGB (Red+Green+Blue) = 141+162+42=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA22A is #725DD5. Grayscale: #8E8E8E. Windows color (decimal): -7495126 or 2794125. OLE color: 2794125.

HSL color Cylindrical-coordinate representation of color #8DA22A: hue angle of 70.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DA22A is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB14116242-
CMYK0.1300.740.36
HSL70.5º58.82%40%-
HSV(B)70.5º74.07%63.53%-
XYZ24.3231.677.02-
YUV142.0471.54127.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=40.87%
G=46.96%
B=12.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162420.1300.740.3670.558.8240
Hex8DA22AD04A24463b28
Octal21524252150112441067350
Binary10001101101000101010101101010010101001001000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,42); }

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

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

 a { background-color: rgb(141,162,42); }

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

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

 span { border-color: rgb(141,162,42); }

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