#8DA438

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

Shades of Limerick #8DA438

Tints of Limerick #8DA438

Color information

#8DA438 (or 0x8DA438) is unknown color: approx Limerick. HEX triplet: 8D, A4 and 38. RGB value is (141,164,56). Sum of RGB (Red+Green+Blue) = 141+164+56=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA438 is #725BC7. Grayscale: #919191. Windows color (decimal): -7494600 or 3712141. OLE color: 3712141.

HSL color Cylindrical-coordinate representation of color #8DA438: hue angle of 72.78º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DA438 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB14116456-
CMYK0.1400.660.36
HSL72.78º49.09%43.14%-
HSV(B)72.78º65.85%64.31%-
XYZ24.9732.58.7-
YUV144.8177.88125.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=39.06%
G=45.43%
B=15.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141164560.1400.660.3672.7849.0943.14
Hex8DA438E0422449312b
Octal21524470160102441116153
Binary10001101101001001110001110010000101001001001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,56); }

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

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

 a { background-color: rgb(141,164,56); }

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

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

 span { border-color: rgb(141,164,56); }

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