#8DA631

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

Shades of Limerick #8DA631

Tints of Limerick #8DA631

Color information

#8DA631 (or 0x8DA631) is unknown color: approx Limerick. HEX triplet: 8D, A6 and 31. RGB value is (141,166,49). Sum of RGB (Red+Green+Blue) = 141+166+49=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA631 is #7259CE. Grayscale: #919191. Windows color (decimal): -7494095 or 3253901. OLE color: 3253901.

HSL color Cylindrical-coordinate representation of color #8DA631: hue angle of 72.82º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DA631 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14116649-
CMYK0.1500.700.35
HSL72.82º54.42%42.16%-
HSV(B)72.82º70.48%65.1%-
XYZ25.1833.167.98-
YUV145.1973.72125.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.61%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=39.61%
G=46.63%
B=13.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141166490.1500.700.3572.8254.4242.16
Hex8DA631F0462349362a
Octal21524661170106431116652
Binary10001101101001101100011111010001101000111001001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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