#8CAB24

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

Shades of Limerick #8CAB24

Tints of Limerick #8CAB24

Color information

#8CAB24 (or 0x8CAB24) is unknown color: approx Limerick. HEX triplet: 8C, AB and 24. RGB value is (140,171,36). Sum of RGB (Red+Green+Blue) = 140+171+36=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB24 is #7354DB. Grayscale: #929292. Windows color (decimal): -7558364 or 2403212. OLE color: 2403212.

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

Color convert

RGB14017136-
CMYK0.1800.790.33
HSL73.78º65.22%40.59%-
HSV(B)73.78º78.95%67.06%-
XYZ25.734.837.04-
YUV146.3465.73123.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 36 (14.45% from 255) = 10.37%
R=40.35%
G=49.28%
B=10.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140171360.1800.790.3373.7865.2240.59
Hex8CAB241204F214a4129
Octal214253442201174111210151
Binary1000110010101011100100100100100111110000110010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,36); }

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

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

 a { background-color: rgb(140,171,36); }

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

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

 span { border-color: rgb(140,171,36); }

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