#93AC21

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

Shades of Limerick #93AC21

Tints of Limerick #93AC21

Color information

#93AC21 (or 0x93AC21) is unknown color: approx Limerick. HEX triplet: 93, AC and 21. RGB value is (147,172,33). Sum of RGB (Red+Green+Blue) = 147+172+33=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AC21 is #6C53DE. Grayscale: #959595. Windows color (decimal): -7099359 or 2206867. OLE color: 2206867.

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

Color convert

RGB14717233-
CMYK0.1500.810.33
HSL70.79º67.8%40.2%-
HSV(B)70.79º80.81%67.45%-
XYZ27.0635.826.93-
YUV148.6862.72126.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=41.76%
G=48.86%
B=9.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147172330.1500.810.3370.7967.840.2
Hex93AC21F05121474428
Octal223254411701214110710450
Binary100100111010110010000111110101000110000110001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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