#8ABC1D

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

Shades of Limerick #8ABC1D

Tints of Limerick #8ABC1D

Color information

#8ABC1D (or 0x8ABC1D) is unknown color: approx Limerick. HEX triplet: 8A, BC and 1D. RGB value is (138,188,29). Sum of RGB (Red+Green+Blue) = 138+188+29=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC1D is #7543E2. Grayscale: #9B9B9B. Windows color (decimal): -7685091 or 1948810. OLE color: 1948810.

HSL color Cylindrical-coordinate representation of color #8ABC1D: hue angle of 78.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ABC1D is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB13818829-
CMYK0.2700.850.26
HSL78.87º73.27%42.55%-
HSV(B)78.87º84.57%73.73%-
XYZ28.6941.467.65-
YUV154.9256.94115.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 29 (11.72% from 255) = 8.17%
R=38.87%
G=52.96%
B=8.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188290.2700.850.2678.8773.2742.55
Hex8ABC1D1B0551A4f492b
Octal212274353301253211711153
Binary10001010101111001110111011010101011101010011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,29); }

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

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

 a { background-color: rgb(138,188,29); }

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

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

 span { border-color: rgb(138,188,29); }

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