#93AC18

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

Shades of Limerick #93AC18

Tints of Limerick #93AC18

Color information

#93AC18 (or 0x93AC18) is unknown color: approx Limerick. HEX triplet: 93, AC and 18. RGB value is (147,172,24). Sum of RGB (Red+Green+Blue) = 147+172+24=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AC18 is #6C53E7. Grayscale: #949494. Windows color (decimal): -7099368 or 1617043. OLE color: 1617043.

HSL color Cylindrical-coordinate representation of color #93AC18: hue angle of 70.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93AC18 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB14717224-
CMYK0.1500.860.33
HSL70.14º75.51%38.43%-
HSV(B)70.14º86.05%67.45%-
XYZ26.9535.776.35-
YUV147.6558.22127.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=42.86%
G=50.15%
B=7.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147172240.1500.860.3370.1475.5138.43
Hex93AC18F05621464c26
Octal223254301701264110611446
Binary10010011101011001100011110101011010000110001101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AC18; }

 p { color: rgb(147,172,24); }

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

<style>
 a { background-color: #93AC18; }

 a { background-color: rgb(147,172,24); }

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

<style>
 span { border-color: #93AC18; }

 span { border-color: rgb(147,172,24); }

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