#8DA62E

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

Shades of Limerick #8DA62E

Tints of Limerick #8DA62E

Color information

#8DA62E (or 0x8DA62E) is unknown color: approx Limerick. HEX triplet: 8D, A6 and 2E. RGB value is (141,166,46). Sum of RGB (Red+Green+Blue) = 141+166+46=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA62E is #7259D1. Grayscale: #919191. Windows color (decimal): -7494098 or 3057293. OLE color: 3057293.

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

Color convert

RGB14116646-
CMYK0.1500.720.35
HSL72.5º56.6%41.57%-
HSV(B)72.5º72.29%65.1%-
XYZ25.1133.137.66-
YUV144.8472.22125.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=39.94%
G=47.03%
B=13.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141166460.1500.720.3572.556.641.57
Hex8DA62EF0482348392a
Octal21524656170110431107152
Binary10001101101001101011101111010010001000111001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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