#93AC42

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

Shades of Limerick #93AC42

Tints of Limerick #93AC42

Color information

#93AC42 (or 0x93AC42) is unknown color: approx Limerick. HEX triplet: 93, AC and 42. RGB value is (147,172,66). Sum of RGB (Red+Green+Blue) = 147+172+66=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AC42 is #6C53BD. Grayscale: #989898. Windows color (decimal): -7099326 or 4369555. OLE color: 4369555.

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

Color convert

RGB14717266-
CMYK0.1500.620.33
HSL74.15º44.54%46.67%-
HSV(B)74.15º61.63%67.45%-
XYZ27.7736.110.66-
YUV152.4479.22124.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=38.18%
G=44.68%
B=17.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147172660.1500.620.3374.1544.5446.67
Hex93AC42F03E214a2d2f
Octal22325410217076411125557
Binary10010011101011001000010111101111101000011001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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