#8DAB3A

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

Shades of Limerick #8DAB3A

Tints of Limerick #8DAB3A

Color information

#8DAB3A (or 0x8DAB3A) is unknown color: approx Limerick. HEX triplet: 8D, AB and 3A. RGB value is (141,171,58). Sum of RGB (Red+Green+Blue) = 141+171+58=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB3A is #7254C5. Grayscale: #959595. Windows color (decimal): -7492806 or 3845005. OLE color: 3845005.

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

Color convert

RGB14117158-
CMYK0.1800.660.33
HSL75.93º49.34%44.9%-
HSV(B)75.93º66.08%67.06%-
XYZ26.3135.099.39-
YUV149.1576.56122.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 171 (67.19% from 255) = 46.22%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=38.11%
G=46.22%
B=15.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171580.1800.660.3375.9349.3444.9
Hex8DAB3A12042214c312d
Octal21525372220102411146155
Binary100011011010101111101010010010000101000011001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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