#8DA635

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

Shades of Limerick #8DA635

Tints of Limerick #8DA635

Color information

#8DA635 (or 0x8DA635) is unknown color: approx Limerick. HEX triplet: 8D, A6 and 35. RGB value is (141,166,53). Sum of RGB (Red+Green+Blue) = 141+166+53=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA635 is #7259CA. Grayscale: #929292. Windows color (decimal): -7494091 or 3516045. OLE color: 3516045.

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

Color convert

RGB14116653-
CMYK0.1500.680.35
HSL73.27º51.6%42.94%-
HSV(B)73.27º68.07%65.1%-
XYZ25.2633.198.44-
YUV145.6475.72124.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=39.17%
G=46.11%
B=14.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141166530.1500.680.3573.2751.642.94
Hex8DA635F0442349342b
Octal21524665170104431116453
Binary10001101101001101101011111010001001000111001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,53); }

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

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

 a { background-color: rgb(141,166,53); }

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

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

 span { border-color: rgb(141,166,53); }

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