#93A940

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

Shades of Limerick #93A940

Tints of Limerick #93A940

Color information

#93A940 (or 0x93A940) is unknown color: approx Limerick. HEX triplet: 93, A9 and 40. RGB value is (147,169,64). Sum of RGB (Red+Green+Blue) = 147+169+64=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #93A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A940 is #6C56BF. Grayscale: #969696. Windows color (decimal): -7100096 or 4237715. OLE color: 4237715.

HSL color Cylindrical-coordinate representation of color #93A940: hue angle of 72.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93A940 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB14716964-
CMYK0.1300.620.34
HSL72.57º45.06%45.69%-
HSV(B)72.57º62.13%66.27%-
XYZ27.1534.9510.17-
YUV150.4579.21125.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=38.68%
G=44.47%
B=16.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147169640.1300.620.3472.5745.0645.69
Hex93A940D03E22492d2e
Octal22325110015076421115556
Binary10010011101010011000000110101111101000101001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,169,64); }

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

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

 a { background-color: rgb(147,169,64); }

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

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

 span { border-color: rgb(147,169,64); }

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