#93AD34

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

Shades of Limerick #93AD34

Tints of Limerick #93AD34

Color information

#93AD34 (or 0x93AD34) is unknown color: approx Limerick. HEX triplet: 93, AD and 34. RGB value is (147,173,52). Sum of RGB (Red+Green+Blue) = 147+173+52=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD34 is #6C52CB. Grayscale: #979797. Windows color (decimal): -7099084 or 3452307. OLE color: 3452307.

HSL color Cylindrical-coordinate representation of color #93AD34: hue angle of 72.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93AD34 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB14717352-
CMYK0.1500.700.32
HSL72.89º53.78%44.12%-
HSV(B)72.89º69.94%67.84%-
XYZ27.636.348.81-
YUV151.4371.89124.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=39.52%
G=46.51%
B=13.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147173520.1500.700.3272.8953.7844.12
Hex93AD34F0462049362c
Octal22325564170106401116654
Binary10010011101011011101001111010001101000001001001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,52); }

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

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

 a { background-color: rgb(147,173,52); }

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

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

 span { border-color: rgb(147,173,52); }

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