#8DAB36

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

Shades of Limerick #8DAB36

Tints of Limerick #8DAB36

Color information

#8DAB36 (or 0x8DAB36) is unknown color: approx Limerick. HEX triplet: 8D, AB and 36. RGB value is (141,171,54). Sum of RGB (Red+Green+Blue) = 141+171+54=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB36 is #7254C9. Grayscale: #959595. Windows color (decimal): -7492810 or 3582861. OLE color: 3582861.

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

Color convert

RGB14117154-
CMYK0.1800.680.33
HSL75.38º52%44.12%-
HSV(B)75.38º68.42%67.06%-
XYZ26.2135.058.87-
YUV148.6974.56122.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 171 (67.19% from 255) = 46.72%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=38.52%
G=46.72%
B=14.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171540.1800.680.3375.385244.12
Hex8DAB3612044214b342c
Octal21525366220104411136454
Binary100011011010101111011010010010001001000011001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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