#8DAB3F

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

Shades of Limerick #8DAB3F

Tints of Limerick #8DAB3F

Color information

#8DAB3F (or 0x8DAB3F) is unknown color: approx Limerick. HEX triplet: 8D, AB and 3F. RGB value is (141,171,63). Sum of RGB (Red+Green+Blue) = 141+171+63=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB3F is #7254C0. Grayscale: #969696. Windows color (decimal): -7492801 or 4172685. OLE color: 4172685.

HSL color Cylindrical-coordinate representation of color #8DAB3F: hue angle of 76.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DAB3F is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB14117163-
CMYK0.1800.630.33
HSL76.67º46.15%45.88%-
HSV(B)76.67º63.16%67.06%-
XYZ26.4435.1510.09-
YUV149.7279.06121.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.6%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 63 (25% from 255) = 16.8%
R=37.6%
G=45.6%
B=16.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171630.1800.630.3376.6746.1545.88
Hex8DAB3F1203F214d2e2e
Octal2152537722077411155656
Binary10001101101010111111111001001111111000011001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,63); }

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

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

 a { background-color: rgb(141,171,63); }

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

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

 span { border-color: rgb(141,171,63); }

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